2020-05-26 13:47:25 +00:00
|
|
|
{
|
|
|
|
"domain": "guardian",
|
|
|
|
"name": "Elexa Guardian",
|
2021-04-15 08:21:38 +00:00
|
|
|
"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*"
|
|
|
|
}
|
2022-01-28 21:37:53 +00:00
|
|
|
],
|
2023-02-08 19:27:05 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/guardian",
|
|
|
|
"integration_type": "device",
|
|
|
|
"iot_class": "local_polling",
|
2022-10-25 20:23:54 +00:00
|
|
|
"loggers": ["aioguardian"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"requirements": ["aioguardian==2022.07.0"],
|
|
|
|
"zeroconf": ["_api._udp.local."]
|
2020-05-26 13:47:25 +00:00
|
|
|
}
|