Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: AC - Set target temps on server start
- description: ""
- trigger:
- - platform: homeassistant
- event: start
- - platform: device
- type: turned_on
- device_id: c954c93f64f92f3e2d3973bc6c85c328
- entity_id: switch.shelly1pm_84cca8af9e4b
- domain: switch
- for:
- hours: 0
- minutes: 3
- seconds: 0
- condition: []
- action:
- - service: climate.set_temperature
- target:
- entity_id: climate.klima_asia
- data:
- temperature: "{{ states.input_number.ac_setpoint_asia.state | float(0) }}"
- - service: climate.set_temperature
- target:
- entity_id: climate.klima_julia
- data:
- temperature: "{{ states.input_number.ac_setpoint_julia.state | float(0) }}"
- - service: climate.set_temperature
- target:
- entity_id: climate.klima_paulina
- data:
- temperature: "{{ states.input_number.ac_setpoint_paulina.state | float(0) }}"
- - service: climate.set_temperature
- target:
- entity_id: climate.klima_sypialnia
- data:
- temperature: "{{ states.input_number.ac_setpoint_sypialnia.state | float(0) }}"
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement