2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "ring",
|
|
|
|
"name": "Ring",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ring",
|
2021-12-19 05:41:59 +00:00
|
|
|
"requirements": ["ring_doorbell==0.7.2"],
|
2019-12-20 19:42:13 +00:00
|
|
|
"dependencies": ["ffmpeg"],
|
2020-01-14 20:54:45 +00:00
|
|
|
"codeowners": ["@balloob"],
|
2021-01-14 08:09:08 +00:00
|
|
|
"config_flow": true,
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "ring*",
|
|
|
|
"macaddress": "0CAE7D*"
|
|
|
|
}
|
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["ring_doorbell"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|