Created
August 5, 2023 15:25
-
-
Save Didgeridrew/09e3e8ab88db9d183b6a7470f10abc29 to your computer and use it in GitHub Desktop.
HA - increasing trigger value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: zTest increasing trigger value | |
| description: "" | |
| trigger: | |
| - platform: state | |
| entity_id: | |
| - input_number.ztest_1 | |
| for: | |
| milliseconds: 500 | |
| condition: | |
| - condition: template | |
| value_template: "{{ trigger.to_state.state|float > trigger.from_state.state|float }}" | |
| action: | |
| - service: notify.alexa_media_amanda_s_living_room_dot | |
| data: | |
| data: | |
| type: tts | |
| message: Testing. Value {{ trigger.to_state.state }} | |
| mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment