forked from home-assistant/core
Fix favorite RPM max value in Xiaomi Miio (#59631)
This commit is contained in:
committed by
Paulus Schoutsen
parent
7042fdb145
commit
0153580def
@@ -177,7 +177,7 @@ NUMBER_TYPES = {
|
|||||||
icon="mdi:star-cog",
|
icon="mdi:star-cog",
|
||||||
unit_of_measurement="rpm",
|
unit_of_measurement="rpm",
|
||||||
min_value=300,
|
min_value=300,
|
||||||
max_value=2300,
|
max_value=2200,
|
||||||
step=10,
|
step=10,
|
||||||
method="async_set_favorite_rpm",
|
method="async_set_favorite_rpm",
|
||||||
entity_category=ENTITY_CATEGORY_CONFIG,
|
entity_category=ENTITY_CATEGORY_CONFIG,
|
||||||
|
Reference in New Issue
Block a user