1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/ring/manifest.json
Daniel Schneider e9a576494b Bump ring-doorbell to 0.9.14 (#158074)
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-03-03 15:36:26 +01:00

36 lines
727 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",
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["ring_doorbell"],
"quality_scale": "bronze",
"requirements": ["ring-doorbell==0.9.14"]
}