mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +02:00
Make Home Connect config entry unique
This commit is contained in:
committed by
GitHub
parent
63ab13681a
commit
aa9b526e27
@@ -7,5 +7,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/home_connect",
|
"documentation": "https://www.home-assistant.io/integrations/home_connect",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["homeconnect"],
|
"loggers": ["homeconnect"],
|
||||||
"requirements": ["aiohomeconnect==0.12.1"]
|
"requirements": ["aiohomeconnect==0.12.1"],
|
||||||
|
"single_config_entry": true
|
||||||
}
|
}
|
||||||
|
@@ -2604,7 +2604,8 @@
|
|||||||
"name": "Home Connect",
|
"name": "Home Connect",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push",
|
||||||
|
"single_config_entry": true
|
||||||
},
|
},
|
||||||
"home_plus_control": {
|
"home_plus_control": {
|
||||||
"name": "Legrand Home+ Control",
|
"name": "Legrand Home+ Control",
|
||||||
|
Reference in New Issue
Block a user