Fix favorite RPM max value in Xiaomi Miio (#59631)
This commit is contained in:
parent
c70f06be48
commit
8b6b4d7f8a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ NUMBER_TYPES = {
|
|||
icon="mdi:star-cog",
|
||||
unit_of_measurement="rpm",
|
||||
min_value=300,
|
||||
max_value=2300,
|
||||
max_value=2200,
|
||||
step=10,
|
||||
method="async_set_favorite_rpm",
|
||||
entity_category=ENTITY_CATEGORY_CONFIG,
|
||||
|
|
Loading…
Add table
Reference in a new issue