Make Home Connect config entry unique

This commit is contained in:
J. Diego Rodríguez Royo
2025-02-01 13:33:37 +00:00
committed by GitHub
parent 63ab13681a
commit aa9b526e27
2 changed files with 4 additions and 2 deletions

View File

@@ -7,5 +7,6 @@
"documentation": "https://www.home-assistant.io/integrations/home_connect",
"iot_class": "cloud_push",
"loggers": ["homeconnect"],
"requirements": ["aiohomeconnect==0.12.1"]
"requirements": ["aiohomeconnect==0.12.1"],
"single_config_entry": true
}

View File

@@ -2604,7 +2604,8 @@
"name": "Home Connect",
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_push"
"iot_class": "cloud_push",
"single_config_entry": true
},
"home_plus_control": {
"name": "Legrand Home+ Control",