hass-core/homeassistant/components/ridwell/manifest.json
2022-01-28 13:37:53 -08:00

14 lines
294 B
JSON

{
"domain": "ridwell",
"name": "Ridwell",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ridwell",
"requirements": [
"aioridwell==2021.12.2"
],
"codeowners": [
"@bachya"
],
"iot_class": "cloud_polling",
"loggers": ["aioridwell"]
}