Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Oct 20, 2024
1 parent 3fe5544 commit e88cfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/measure/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
default=MediaControllerType.HASS,
)
SELECTED_CHARGING_CONTROLLER = config(
"MEDIA_CONTROLLER",
"CHARGING_CONTROLLER",
cast=Choices([t.value for t in ChargingControllerType]),
default=ChargingControllerType.HASS,
)
Expand Down

0 comments on commit e88cfa8

Please sign in to comment.