1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/ring/manifest.json
2021-12-18 23:41:59 -06:00

17 lines
356 B
JSON

{
"domain": "ring",
"name": "Ring",
"documentation": "https://www.home-assistant.io/integrations/ring",
"requirements": ["ring_doorbell==0.7.2"],
"dependencies": ["ffmpeg"],
"codeowners": ["@balloob"],
"config_flow": true,
"dhcp": [
{
"hostname": "ring*",
"macaddress": "0CAE7D*"
}
],
"iot_class": "cloud_polling"
}