mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +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,
|
||||
name="Volume",
|
||||
icon="mdi:volume-high",
|
||||
min_value=1,
|
||||
min_value=0,
|
||||
max_value=100,
|
||||
step=1,
|
||||
method="async_set_volume",
|
||||
|
Loading…
x
Reference in New Issue
Block a user