mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Fix min value for Xiaomi Miio volume entity (#55139)
This commit is contained in:
parent
98a3ad6fd4
commit
ca245f8e93
@ -93,7 +93,7 @@ NUMBER_TYPES = {
|
|||||||
key=ATTR_VOLUME,
|
key=ATTR_VOLUME,
|
||||||
name="Volume",
|
name="Volume",
|
||||||
icon="mdi:volume-high",
|
icon="mdi:volume-high",
|
||||||
min_value=1,
|
min_value=0,
|
||||||
max_value=100,
|
max_value=100,
|
||||||
step=1,
|
step=1,
|
||||||
method="async_set_volume",
|
method="async_set_volume",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user