Skip to content

Commit

Permalink
fix: fan speed and water level sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
mikita-liaukovich-epam committed Jan 8, 2025
1 parent f4d93dd commit 2c76622
Showing 1 changed file with 3 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ entities:
range:
min: 0
max: 4
mapping:
- dps_val: 1
value: 1
- dps_val: 2
value: 2
- dps_val: 3
value: 3
- dps_val: 4
value: 4
- dps_val: 0
value: 0
- entity: switch
name: Sleep
translation_key: sleep
Expand Down Expand Up @@ -55,19 +44,13 @@ entities:
type: integer
name: sensor
unit: µg/m³
- entity: binary_sensor
translation_key: tank_empty
name: Water level low
- entity: sensor
name: Water level
category: diagnostic
dps:
- id: 108
type: bitfield
type: string
name: sensor
mapping:
- dps_val: high
value: false
- dps_val: low
value: true
- entity: button
translation_key: filter_reset
category: config
Expand Down

0 comments on commit 2c76622

Please sign in to comment.