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