18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"domain": "doorbird",
|
|
"name": "DoorBird",
|
|
"documentation": "https://www.home-assistant.io/integrations/doorbird",
|
|
"requirements": [
|
|
"doorbirdpy==2.0.8"
|
|
],
|
|
"dependencies": [
|
|
"http",
|
|
"logbook"
|
|
],
|
|
"zeroconf": ["_axis-video._tcp.local."],
|
|
"codeowners": [
|
|
"@oblogic7", "@bdraco"
|
|
],
|
|
"config_flow": true
|
|
}
|