2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "doorbird",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "DoorBird",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/doorbird",
|
2020-08-07 06:40:28 +00:00
|
|
|
"requirements": ["doorbirdpy==2.1.0"],
|
2020-06-25 20:17:05 +00:00
|
|
|
"dependencies": ["http"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_axis-video._tcp.local.",
|
|
|
|
"macaddress": "1CCAE3*"
|
|
|
|
}
|
|
|
|
],
|
2020-04-05 15:27:16 +00:00
|
|
|
"codeowners": ["@oblogic7", "@bdraco"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"iot_class": "local_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|