Skip to content

Commit

Permalink
Use action in switches.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 16, 2024
1 parent 629d5b1 commit a0c1e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/switches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
value_template: >
{{ is_state("vacuum.valetudo_vacuum", "cleaning")}}
turn_on:
service: vacuum.start
action: vacuum.start
entity_id: vacuum.valetudo_vacuum
turn_off:
service: vacuum.return_to_base
action: vacuum.return_to_base
entity_id: vacuum.valetudo_vacuum

0 comments on commit a0c1e70

Please sign in to comment.