Skip to content

Commit

Permalink
Update entity_descriptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FozzieUK authored Jan 19, 2025
1 parent fad2a52 commit acf1b75
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2121,12 +2121,7 @@ def _configuration_entities() -> Iterable[EntityFactory]:
ModbusAddressSpec(holding=41000, models=Inv.H1_G2 | Inv.H3_SET),
],
name="Work Mode",
options_map={
0: "Self Use",
1: "Feed-in First",
2: "Back-up",
4: "Peak Shaving"
},
options_map={0: "Self Use", 1: "Feed-in First", 2: "Back-up", 4: "Peak Shaving"},
)

# Sensors are a bit nicer to look at: keep for consistency with other numbers
Expand Down

0 comments on commit acf1b75

Please sign in to comment.