17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"domain": "ring",
|
|
"name": "Ring",
|
|
"documentation": "https://www.home-assistant.io/integrations/ring",
|
|
"requirements": ["ring_doorbell==0.6.2"],
|
|
"dependencies": ["ffmpeg"],
|
|
"codeowners": ["@balloob"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "ring*",
|
|
"macaddress": "0CAE7D*"
|
|
}
|
|
],
|
|
"iot_class": "cloud_polling"
|
|
}
|