Skip to content

Commit

Permalink
Fixed temperature sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jame authored and make-all committed Jul 2, 2023
1 parent 347a574 commit a70d0b8
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ primary_entity:
- id: 6
type: integer
name: timer
- id: 19
type: integer
name: temperature
unit: C
range:
min: 0
max: 50
secondary_entities:
- entity: number
name: Timer
Expand All @@ -58,4 +51,13 @@ secondary_entities:
unit: h
range:
min: 0
max: 9
max: 9
- entity: sensor
class: temperature
name: Temperature
dps:
- id: 19
type: integer
name: sensor
class: measurement
unit: C

0 comments on commit a70d0b8

Please sign in to comment.