Add integration_type device to emonitor (#159004)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 09:57:20 +01:00
committed by GitHub
parent 5bea0d57ec
commit d3b36d0081
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/emonitor",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["aioemonitor"],
"requirements": ["aioemonitor==1.0.5"]

View File

@@ -1711,7 +1711,7 @@
},
"emonitor": {
"name": "SiteSage Emonitor",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},