mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Set Roborock current map to config instead of select (#140429)
Set current map to config instead of select
This commit is contained in:
parent
7b736908fa
commit
7197b8ebff
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user