1
mirror of https://github.com/home-assistant/core synced 2024-10-10 12:28:01 +02:00
ha-core/homeassistant/components/ring/manifest.json
2023-12-21 14:58:01 +01:00

18 lines
396 B
JSON

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