HA-Irrigation-Version2
HA-Irrigation-Version2 copied to clipboard
Sun2 `binary_sensor.above_horizon` changed to `binary_sensor.home_sun_above_horizon` in `item_settings_temperature_graph.yaml` and method to add changed.
SUN2 ### ISSUES
"Unused YAML configuration for the sun2 integration It's not possible to configure sun2 binary_sensor by adding platform: sun2 to the binary_sensor configuration. Please check the documentation for more information on how to set up this integration.
To resolve this:
Remove platform: sun2 occurences from the binary_sensor: configuration in your YAML configuration file. Restart Home Assistant. Example that should be removed:
binary_sensor:
- platform: sun2"
Fix:
- Add sun2 above horizon binary sensor via "Add Integration" after adding sun2 with HACS / manually.
- Remove if needed the old sun2 integration, eg:
binary_sensor:
- platform: sun2
monitored_conditions:
- elevation
- Add sun2 above_horizon via ia "Add Integration"
- Rename
binary_sensor.above_horizon
tobinary_sensor.home_sun_above_horizon
initem_settings_temperature_graph.yaml