Skip to content

Commit

Permalink
remove units from control sates (present in config)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAhrdt committed Aug 30, 2024
1 parent 9f18be0 commit e125a82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/modules/assignhandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ class assignhandlerClass {
"downlink.control": {
assignfunction: this.commonAssign,
common: {
role: "level.temperature",
unit: "°C"
role: "level.temperature"
}
}
}
Expand All @@ -134,8 +133,7 @@ class assignhandlerClass {
"downlink.control": {
assignfunction: this.commonAssign,
common: {
role: "level.temperature",
unit: "°C"
role: "level.temperature"
}
}
}
Expand Down

0 comments on commit e125a82

Please sign in to comment.