core/homeassistant/components/ridwell/manifest.json

12 lines
311 B
JSON
Raw Normal View History

2021-10-30 14:27:48 +00:00
{
"domain": "ridwell",
"name": "Ridwell",
2023-02-08 19:13:46 +00:00
"codeowners": ["@bachya"],
2021-10-30 14:27:48 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ridwell",
2023-02-08 19:13:46 +00:00
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aioridwell"],
"requirements": ["aioridwell==2023.07.0"]
2021-10-30 14:27:48 +00:00
}