Set Roborock current map to config instead of select (#140429)

Set current map to config instead of select
This commit is contained in:
Luke Lashley 2025-03-11 22:22:36 -04:00 committed by GitHub
parent 7b736908fa
commit 7197b8ebff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ class RoborockSelectEntity(RoborockCoordinatedEntityV1, SelectEntity):
class RoborockCurrentMapSelectEntity(RoborockCoordinatedEntityV1, SelectEntity):
"""A class to let you set the selected map on Roborock vacuum."""
_attr_entity_category = EntityCategory.DIAGNOSTIC
_attr_entity_category = EntityCategory.CONFIG
_attr_translation_key = "selected_map"
async def async_select_option(self, option: str) -> None: