Skip to content

Commit 58f797f

Browse files
committed
fix(devices/eta-noble-humidifier): Remaining time should be it's own entity
1 parent b07d590 commit 58f797f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

custom_components/tuya_local/devices/eta_noble_humidifier.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,15 @@ entities:
147147
value: "11h"
148148
- dps_val: "12h"
149149
value: "12h"
150+
- entity: sensor
151+
translation_key: time_remaining
152+
class: duration
153+
category: diagnostic
154+
dps:
150155
- id: 20
151156
type: integer
152-
name: remaining
157+
name: sensor
153158
unit: min
154-
optional: true
155159
- entity: select
156160
translation_key: temperature_unit
157161
category: config

0 commit comments

Comments
 (0)