core/homeassistant/components/ridwell/manifest.json

14 lines
265 B
JSON
Raw Normal View History

2021-10-30 14:27:48 +00:00
{
"domain": "ridwell",
"name": "Ridwell",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ridwell",
"requirements": [
2021-12-18 23:26:37 +00:00
"aioridwell==2021.12.2"
2021-10-30 14:27:48 +00:00
],
"codeowners": [
"@bachya"
],
"iot_class": "cloud_polling"
}