1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Add integration_type service to ista_ecotrend (#159182)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:46:15 +01:00
committed by GitHub
parent 234d6ae161
commit 86e4a81934
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"codeowners": ["@tr4nt0r"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ista_ecotrend",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pyecotrend_ista"],
"quality_scale": "gold",

View File

@@ -3200,7 +3200,7 @@
},
"ista_ecotrend": {
"name": "ista EcoTrend",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},