2020-05-26 13:47:25 +00:00
|
|
|
{
|
|
|
|
"domain": "guardian",
|
|
|
|
"name": "Elexa Guardian",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/guardian",
|
2021-11-05 15:27:35 +00:00
|
|
|
"requirements": ["aioguardian==2021.11.0"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": ["_api._udp.local."],
|
|
|
|
"codeowners": ["@bachya"],
|
2021-05-11 02:26:15 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "gvc*",
|
|
|
|
"macaddress": "30AEA4*"
|
|
|
|
},
|
2021-10-28 06:47:54 +00:00
|
|
|
{
|
|
|
|
"hostname": "gvc*",
|
|
|
|
"macaddress": "B4E62D*"
|
|
|
|
},
|
2021-05-11 02:26:15 +00:00
|
|
|
{
|
|
|
|
"hostname": "guardian*",
|
|
|
|
"macaddress": "30AEA4*"
|
|
|
|
}
|
2022-01-28 21:37:53 +00:00
|
|
|
],
|
|
|
|
"loggers": ["aioguardian"]
|
2020-05-26 13:47:25 +00:00
|
|
|
}
|