Skip to content

Commit

Permalink
Update program choices
Browse files Browse the repository at this point in the history
With the last commit, i updated the choice mapping between speaking name and integer value, but i forgot to update the list of available programs.
  • Loading branch information
oscarminus authored Feb 23, 2024
1 parent 5d61b2b commit 8f5c1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/GuntamaticBiostar/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ class guntamaticSelectEntityDescription(SelectEntityDescription):
"AUS",
"NORMAL",
"WARMWASSER",
"WW NACHLADEN",
],
optionsMapping={"AUS": 0, "NORMAL": 1, "WARMWASSER": 2, "WW NACHLADEN": 6},
),
Expand Down

0 comments on commit 8f5c1e6

Please sign in to comment.