Files
core/homeassistant/components/hydrawise/manifest.json
T
David KnowlesandGitHub 67e199fb2f Bump pydrawise to 2024.4.1 (#116449)
* Bump pydrawise to 2024.4.1

* Fix typing errors

* Use assert instead of cast

* Remove unused import
2024-05-02 07:56:27 +02:00

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"]
}