Hydrawise Integration

I’m relatively new to HA but have been successful to date with numerous integrations.

I have configured the configuration.yaml file with the hydrawise API key, tested the config and then added code for switch, sensory and binary sensor. My hydrawise controller is up and running on the same network

HA is not integrating it! What am I missing?

hydrawise:
access_token: YOUR_API

sensor:

  • platform: hydrawise
    monitored_conditions:
    • watering_time
    • next_cycle

binary_sensor:

  • platform: hydrawise

switch:

  • platform: hydrawise
    watering_minutes: 30
    monitored_conditions:
    • auto_watering

restart HA

1 Like