Skip to content

Commit

Permalink
Merge pull request #47 from Mosibi/cleanup_1729272792
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
Mosibi authored Oct 18, 2024
2 parents c47f412 + ed45467 commit ccaaff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions heatpump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit ccaaff4

Please sign in to comment.