Skip to content

Commit

Permalink
Avatto TRV06: update unit on calibration
Browse files Browse the repository at this point in the history
- if C or F is used for relative temperatures, HA "converts" them when the user's temperature unit setting is different, which is wrong, because C to F conversion is not just scaling but a range shift as well. So relative temperatures such as calibration offset have to be in degrees without specifying the scale.
  • Loading branch information
make-all committed Nov 21, 2024
1 parent 98468ed commit 595e3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ secondary_entities:
type: integer
optional: true
name: value
unit: C
unit: °
range:
min: -9
max: 9

0 comments on commit 595e3d4

Please sign in to comment.