17 lines
390 B
JSON
17 lines
390 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.",
|
|
"macaddress": "1CCAE3*"
|
|
}
|
|
],
|
|
"codeowners": ["@oblogic7", "@bdraco"],
|
|
"config_flow": true,
|
|
"iot_class": "local_push"
|
|
}
|