Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: hlavice-set-external-temp
- description: ""
- trigger:
- - platform: time_pattern
- minutes: /15
- action:
- - service: number.set_value
- data:
- entity_id: number.decak_hlavice_external_measured_room_sensor
- value: "{{ (states('sensor.decak_teplomer_temperature') | float) * 100 }}"
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment