hass-core/homeassistant/components/ring/manifest.json
Steven B. e26d363b5e
Convert ring integration to the async ring-doorbell api (#124365)
* Bump ring-doorbell to 0.9.0

* Convert ring integration to async ring-doorbell api

* Use mock auth fixture class to get token_updater

* Fix typo in fixture name
2024-08-24 08:23:31 +02:00

18 lines
425 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"],
"quality_scale": "silver",
"requirements": ["ring-doorbell[listen]==0.9.0"]
}