Skip to content

Commit

Permalink
Nue fan and light: split timer into separate entities.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Jan 11, 2025
1 parent 17c68a7 commit e5cf9d9
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,23 @@ entities:
- id: 9
type: boolean
name: switch
- entity: number
translation_key: timer
category: config
class: duration
dps
- id: 6
name: countdown
name: value
type: integer
unit: h
range:
min: 0
max: 6
- entity: sensor
translation_key: time_remaining
category: diagnostic
class: duration
- id: 7
name: countdown_left
type: integer
unit: min
range:
min: 0
max: 360

0 comments on commit e5cf9d9

Please sign in to comment.