1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type service to suez_water (#163644)

This commit is contained in:
Joost Lekkerkerker
2026-02-20 16:18:20 +01:00
committed by GitHub
parent 522f63cdab
commit 2bf5f67ecd
2 changed files with 2 additions and 1 deletions
@@ -5,6 +5,7 @@
"codeowners": ["@ooii", "@jb101010-2"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/suez_water",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pysuez", "regex"],
"quality_scale": "bronze",
+1 -1
View File
@@ -6625,7 +6625,7 @@
},
"suez_water": {
"name": "Suez Water",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},