1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/ring/manifest.json
Artur Pragacz 1ca1cf59eb Add integration type to ring (#157738)
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-02 12:44:09 +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.13"]
}