Voici mon sensor pour schedule
- platform: schedule_state
name: Chauffage Pierre
default_state: "eco"
events:
- start: "10:30"
end: "22:00"
state: "eco"
condition:
- condition: state
entity_id: input_boolean.vacances_pierre
state: "off"
- condition: time
weekday: [mon, tue, wed]
- start: "10:30"
end: "22:00"
state: "comfort"
condition:
- condition: state
entity_id: input_boolean.vacances_pierre
state: "off"
- condition: time
weekday: [thu, fri, sat, sun]
- start: "00:00"
end: "10:30"
state: "frost"
condition:
condition: time
weekday: [mon, tue, wed, thu, fri, sat, sun]
- start: "22:00"
end: "00:00"
state: "frost"
condition:
condition: time
weekday: [mon, tue, wed, thu, fri, sat, sun]
- start: "10:30"
end: "22:00"
state: "comfort"
condition:
- condition: state
entity_id: input_boolean.vacances_pierre
state: "on"
- condition: time
weekday: [mon, tue, wed, thu, fri, sat, sun]








