2021-04-05 08:11:23 +00:00
|
|
|
{
|
|
|
|
"domain": "emonitor",
|
|
|
|
"name": "SiteSage Emonitor",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/emonitor",
|
2021-04-15 08:21:38 +00:00
|
|
|
"requirements": ["aioemonitor==1.0.5"],
|
2022-02-15 22:17:06 +00:00
|
|
|
"dhcp": [
|
2022-03-30 08:56:37 +00:00
|
|
|
{ "hostname": "emonitor*", "macaddress": "0090C2*" },
|
|
|
|
{ "registered_devices": true }
|
2022-02-15 22:17:06 +00:00
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["aioemonitor"]
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|