core/homeassistant/components/emonitor/manifest.json

20 lines
424 B
JSON
Raw Normal View History

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