core/homeassistant/components/ridwell/manifest.json

15 lines
294 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": [
2022-03-20 18:13:52 +00:00
"aioridwell==2022.03.0"
2021-10-30 14:27:48 +00:00
],
"codeowners": [
"@bachya"
],
"iot_class": "cloud_polling",
"loggers": ["aioridwell"]
2021-10-30 14:27:48 +00:00
}