mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"domain": "doorbird",
|
|
"name": "DoorBird",
|
|
"codeowners": ["@oblogic7", "@bdraco", "@flacjacket"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "repairs"],
|
|
"documentation": "https://www.home-assistant.io/integrations/doorbird",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["doorbirdpy"],
|
|
"requirements": ["DoorBirdPy==3.0.11"],
|
|
"zeroconf": [
|
|
{
|
|
"properties": {
|
|
"macaddress": "1ccae3*"
|
|
},
|
|
"type": "_axis-video._tcp.local."
|
|
}
|
|
]
|
|
}
|