Skip to content

Commit

Permalink
Fixes the vis nav power state enum set
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Vezzani committed Apr 30, 2024
1 parent fd742f2 commit 18533d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dyson_local/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
VacuumVisNavPowerMode.BOOST: "Boost",
}
VIS_NAV_POWER_MODE_STR_TO_ENUM = {
value: key for key, value in HEURIST_POWER_MODE_ENUM_TO_STR.items()
value: key for key, value in VIS_NAV_POWER_MODE_ENUM_TO_STR.items()
}

ATTR_POSITION = "position"
Expand Down

0 comments on commit 18533d1

Please sign in to comment.