18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"domain": "doorbird",
|
|
"name": "DoorBird",
|
|
"documentation": "https://www.home-assistant.io/integrations/doorbird",
|
|
"requirements": ["doorbirdpy==2.1.0"],
|
|
"dependencies": ["http"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_axis-video._tcp.local.",
|
|
"properties": { "macaddress": "1ccae3*" }
|
|
}
|
|
],
|
|
"codeowners": ["@oblogic7", "@bdraco", "@flacjacket"],
|
|
"config_flow": true,
|
|
"iot_class": "local_push",
|
|
"loggers": ["doorbirdpy"]
|
|
}
|