mirror of https://github.com/home-assistant/core
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"domain": "ridwell",
|
|
"name": "Ridwell",
|
|
"codeowners": ["@bachya"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ridwell",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aioridwell"],
|
|
"requirements": ["aioridwell==2024.01.0"]
|
|
}
|