Skip to content

Commit

Permalink
Hysen HY08ACF: fix temperature icons
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Mar 2, 2024
1 parent 6a8ef39 commit 0dac409
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ secondary_entities:
name: Maximum temperature
category: config
class: temperature
icon: "mdi:temperature-chevron-up"
icon: "mdi:thermometer-chevron-up"
dps:
- id: 103
type: integer
Expand All @@ -178,7 +178,7 @@ secondary_entities:
name: Minimum temperature
category: config
class: temperature
icon: "mdi:temperature-chevron-down"
icon: "mdi:thermometer-chevron-down"
dps:
- id: 104
type: integer
Expand Down

0 comments on commit 0dac409

Please sign in to comment.