mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix favorite RPM max value in Xiaomi Miio (#59631)
This commit is contained in:
parent
c70f06be48
commit
8b6b4d7f8a
@ -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…
x
Reference in New Issue
Block a user