1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/emonitor/manifest.json
2022-03-30 10:56:37 +02:00

15 lines
398 B
JSON

{
"domain": "emonitor",
"name": "SiteSage Emonitor",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/emonitor",
"requirements": ["aioemonitor==1.0.5"],
"dhcp": [
{ "hostname": "emonitor*", "macaddress": "0090C2*" },
{ "registered_devices": true }
],
"codeowners": ["@bdraco"],
"iot_class": "local_polling",
"loggers": ["aioemonitor"]
}