core/homeassistant/components/hydrawise/manifest.json

11 lines
321 B
JSON

{
"domain": "hydrawise",
"name": "Hunter Hydrawise",
"codeowners": ["@dknowles2", "@thomaskistler", "@ptcryan"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hydrawise",
"iot_class": "cloud_polling",
"loggers": ["pydrawise"],
"requirements": ["pydrawise==2024.9.0"]
}