Fix min value for Xiaomi Miio volume entity (#55139)
This commit is contained in:
parent
98a3ad6fd4
commit
ca245f8e93
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue