core/homeassistant/components/guardian/manifest.json

27 lines
585 B
JSON
Raw Normal View History

{
"domain": "guardian",
"name": "Elexa Guardian",
"codeowners": ["@bachya"],
2023-02-08 19:27:05 +00:00
"config_flow": true,
2021-05-11 02:26:15 +00:00
"dhcp": [
2022-03-30 08:56:37 +00:00
{
"hostname": "gvc*",
"macaddress": "30AEA4*"
},
{
"hostname": "gvc*",
"macaddress": "B4E62D*"
},
{
"hostname": "guardian*",
"macaddress": "30AEA4*"
}
],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/guardian",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["aioguardian"],
2023-02-08 19:27:05 +00:00
"requirements": ["aioguardian==2022.07.0"],
"zeroconf": ["_api._udp.local."]
}