core/homeassistant/components/ridwell/manifest.json

15 lines
294 B
JSON

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