Hi,
With Netatmo valves one can define various schedules or programs, which allow for different schedules for when to start or stop heating. In HA this is shown as the attribute selected_schedule
, e.g.
current_temperature: 19
temperature: 19
hvac_action: idle
preset_mode: manual
selected_schedule: HomeAlone
attribution: Data provided by Netatmo
is it possible to set selected_schedule
to another schedule with HA with an automation?