mirror of https://github.com/home-assistant/core
20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"domain": "doorbird",
|
|
"name": "DoorBird",
|
|
"codeowners": ["@oblogic7", "@bdraco", "@flacjacket"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "repairs"],
|
|
"documentation": "https://www.home-assistant.io/integrations/doorbird",
|
|
"iot_class": "local_push",
|
|
"loggers": ["doorbirdpy"],
|
|
"requirements": ["DoorBirdPy==3.0.8"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_axis-video._tcp.local.",
|
|
"properties": {
|
|
"macaddress": "1ccae3*"
|
|
}
|
|
}
|
|
]
|
|
}
|