mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Add integration_type device to emonitor (#159004)
This commit is contained in:
committed by
GitHub
parent
5bea0d57ec
commit
d3b36d0081
@@ -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"]
|
||||
|
||||
@@ -1711,7 +1711,7 @@
|
||||
},
|
||||
"emonitor": {
|
||||
"name": "SiteSage Emonitor",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user