From ea495124ba3a1e187bff67f2bd057c5f672622f6 Mon Sep 17 00:00:00 2001 From: sameeraman Date: Sun, 14 Jul 2024 15:37:33 +0800 Subject: [PATCH] update bed sensor values --- binary_sensor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary_sensor.yaml b/binary_sensor.yaml index 3a91533..a4c37c0 100644 --- a/binary_sensor.yaml +++ b/binary_sensor.yaml @@ -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: