core/homeassistant/components/ring/manifest.json

34 lines
669 B
JSON

{
"domain": "ring",
"name": "Ring",
"codeowners": ["@sdb9696"],
"config_flow": true,
"dependencies": ["ffmpeg"],
"dhcp": [
{
"hostname": "ring*",
"macaddress": "0CAE7D*"
},
{
"hostname": "ring*",
"macaddress": "2CAB33*"
},
{
"hostname": "ring*",
"macaddress": "94E36D*"
},
{
"hostname": "ring*",
"macaddress": "9C7613*"
},
{
"hostname": "ring*",
"macaddress": "341513*"
}
],
"documentation": "https://www.home-assistant.io/integrations/ring",
"iot_class": "cloud_polling",
"loggers": ["ring_doorbell"],
"requirements": ["ring-doorbell==0.9.12"]
}