Skip to content

Commit

Permalink
update bed sensor values
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeraman committed Jul 14, 2024
1 parent a969d4f commit ea49512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary_sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
device_class: window
value_template: "{{ ((states('climate.ac')) | string != 'off') and is_state('cover.bed_4', 'open') }}"
mad_bed_sensor:
value_template: "{{ states('sensor.mad_bed_sensor_value') | float > -205000 }}"
value_template: "{{ states('sensor.mad_bed_sensor_value') | float > -180000 }}"
sam_bed_sensor:
value_template: "{{ states('sensor.sam_bed_sensor_value') | float > 230000 }}"
bed_sensor:
Expand Down

0 comments on commit ea49512

Please sign in to comment.