Skip to content

Commit

Permalink
Add diagnostic sensor departuretimemode
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNulschDE committed Jun 28, 2024
1 parent 80ed1c3 commit 8b556cf
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions custom_components/mbapi2020/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,36 @@
None,
None,
],
"departuretimemode": [
"Departure Time Mode",
None, # Deprecated: DO NOT USE
"electric",
"departureTimeMode",
"value",
None,
{},
"mdi:ev-station",
None,
False,
EntityCategory.DIAGNOSTIC,
None,
None,
],
# "endofchargetime": [
# "End of charge",
# None, # Deprecated: DO NOT USE
# "electric",
# "endofchargetime",
# "display_value",
# None,
# {},
# "mdi:ev-station",
# None,
# False,
# None,
# None,
# None,
# ],
}

LOCKS = {
Expand Down

0 comments on commit 8b556cf

Please sign in to comment.