mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 23:24:11 +01:00
* Bump pydrawise to 2024.4.1 * Fix typing errors * Use assert instead of cast * Remove unused import
11 lines
303 B
JSON
11 lines
303 B
JSON
{
|
|
"domain": "hydrawise",
|
|
"name": "Hunter Hydrawise",
|
|
"codeowners": ["@dknowles2", "@ptcryan"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/hydrawise",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pydrawise"],
|
|
"requirements": ["pydrawise==2024.4.1"]
|
|
}
|