Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Conta terrazzo
- sequence:
- - service: counter.set_value
- data:
- value: |
- {{ (states('counter.conta_terrazzo') | int +1 ) % 4 }}
- target:
- entity_id: counter.conta_terrazzo
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement