mirror of https://github.com/home-assistant/core
17 lines
464 B
JSON
17 lines
464 B
JSON
{
|
|
"domain": "husqvarna_automower_ble",
|
|
"name": "Husqvarna Automower BLE",
|
|
"bluetooth": [
|
|
{
|
|
"service_uuid": "98bd0001-0b0e-421a-84e5-ddbf75dc6de4",
|
|
"connectable": true
|
|
}
|
|
],
|
|
"codeowners": ["@alistair23"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/husqvarna_automower_ble",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["automower-ble==0.2.0"]
|
|
}
|