Skip to content

Commit

Permalink
Merge pull request #190 from krazos/power-state-vehicle-reset
Browse files Browse the repository at this point in the history
Update Power State sensor enumerated values to include vehicle_reset
  • Loading branch information
natekspencer authored Jan 6, 2025
2 parents 262db02 + df39cb1 commit c25fb62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/rivian/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,10 @@
"Ready",
"Sleep",
"Standby",
"Vehicle Reset",
],
old_key="power_tate", # to be removed 2024-06
value_lambda=lambda v: v.title(),
value_lambda=lambda v: v.replace("_", " ").title(),
),
RivianSensorEntityDescription(
key="range_threshold",
Expand Down

0 comments on commit c25fb62

Please sign in to comment.