2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "ring",
|
|
|
|
"name": "Ring",
|
2023-11-10 19:11:18 +00:00
|
|
|
"codeowners": ["@sdb9696"],
|
2021-01-14 08:09:08 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:13:46 +00:00
|
|
|
"dependencies": ["ffmpeg"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "ring*",
|
|
|
|
"macaddress": "0CAE7D*"
|
|
|
|
}
|
|
|
|
],
|
2023-02-08 19:13:46 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ring",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:13:46 +00:00
|
|
|
"loggers": ["ring_doorbell"],
|
2024-04-02 08:47:30 +00:00
|
|
|
"quality_scale": "silver",
|
2024-04-09 08:12:50 +00:00
|
|
|
"requirements": ["ring-doorbell[listen]==0.8.11"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|