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.",
|
2022-03-30 08:56:37 +00:00
|
|
|
"properties": { "macaddress": "1ccae3*" }
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|
|
|
|
],
|
2022-01-15 19:02:31 +00:00
|
|
|
"codeowners": ["@oblogic7", "@bdraco", "@flacjacket"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["doorbirdpy"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|