From ed454677bf1d8c3f13a5e950f42024d1d426314e Mon Sep 17 00:00:00 2001 From: Richard Arends Date: Fri, 18 Oct 2024 19:34:33 +0200 Subject: [PATCH] Cleanup --- heatpump.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/heatpump.yaml b/heatpump.yaml index 985651f..2dcdd0d 100644 --- a/heatpump.yaml +++ b/heatpump.yaml @@ -10,7 +10,6 @@ globals: - id: unmasked_value_register_5 type: uint16_t restore_value: true - # initial_value: '0' - id: unmasked_value_water_temperature_t1s type: uint16_t restore_value: no @@ -1251,7 +1250,6 @@ binary_sensor: name: "Function Setting Holiday Away" id: "${devicename}_function_setting_holiday_away" icon: mdi:eye - #disabled_by_default: true lambda: "return (id(unmasked_value_register_5) & 0x20) == 0x20; // Return status bit5" # Bit: 6 -> Is present in this config as a 'switch' # Bit: 7 -> Is present in this config as a 'switch'