mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix min value for Xiaomi Miio volume entity (#55139)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user