Skip to content

Commit

Permalink
essentials bathroom heater: naming tweaks before merge
Browse files Browse the repository at this point in the history
- Shorten the top level name, as it is prepended in various places in the UI.
- don't use a descriptive name for the model
- relative temperatures do not convert well, so avoid C/F units for them, and use generic degree sign instead.
- use min rather than mins for minute abbreviation to be consistent with sensor units.
  • Loading branch information
make-all authored Jan 18, 2025
1 parent b26c413 commit f0fb944
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Electric Bathroom Heater
name: Bathroom heater
products:
- id: crtjvuaaipzpatlk
manufacturer: essentials
model: Smart Home Electric Bathroom Heater
manufacturer: essentials Smart Home
entities:
- entity: climate
translation_only_key: heater
Expand Down Expand Up @@ -52,7 +51,7 @@ entities:
- id: 27
type: integer
name: value
unit: C
unit: °
range:
min: -5
max: 5
Expand All @@ -75,8 +74,8 @@ entities:
value: "Off"
icon: "mdi:window-closed"
- dps_val: 60
value: "60 mins"
value: "60 min"
icon: "mdi:window-open"
- dps_val: 90
value: "90 mins"
value: "90 min"
icon: "mdi:window-open"

0 comments on commit f0fb944

Please sign in to comment.