Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ entities:
mapping:
- dps_val: 0
value: false
- dps_val: 32
value: false
- value: true
- id: 23
type: bitfield
Expand All @@ -118,6 +120,18 @@ entities:
value: "Pump clogged"
- dps_val: 16
value: "Pump not detected"
- dps_val: 32
Comment thread
make-all marked this conversation as resolved.
value: "Water level low"
- entity: binary_sensor
translation_key: tank_empty
dps:
- id: 23
type: bitfield
name: sensor
mapping:
- dps_val: 32
value: true
- value: false
- entity: binary_sensor
name: Geyser mode status
category: diagnostic
Expand Down
Loading