Fix min value for Xiaomi Miio volume entity (#55139)

This commit is contained in:
Maciej Bieniek 2021-08-24 14:40:14 +02:00 committed by GitHub
parent 98a3ad6fd4
commit ca245f8e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",