Skip to content

Commit

Permalink
fix: tv is on with lower power consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
TribuneX committed Jul 12, 2024
1 parent be2b2e5 commit e25fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/switch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
service: vacuum.return_to_base
entity_id: vacuum.vacuum_cleaner
tv:
value_template: "{{ states('sensor.tv_electrical_measurement') | float(0) > 40 }}"
value_template: "{{ states('sensor.tv_electrical_measurement') | float(0) > 20 }}"
turn_on:
service: script.turn_on_tv
turn_off:
Expand Down

0 comments on commit e25fd26

Please sign in to comment.