mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix xiaomi speed attribute name clash (#20312)
This commit is contained in:
parent
e964750ac1
commit
3484e506e8
@ -111,7 +111,7 @@ ATTR_TRANS_LEVEL = 'trans_level'
|
||||
ATTR_HARDWARE_VERSION = 'hardware_version'
|
||||
|
||||
# Air Humidifier CA
|
||||
ATTR_SPEED = 'speed'
|
||||
ATTR_MOTOR_SPEED = 'motor_speed'
|
||||
ATTR_DEPTH = 'depth'
|
||||
ATTR_DRY = 'dry'
|
||||
|
||||
@ -232,7 +232,7 @@ AVAILABLE_ATTRIBUTES_AIRHUMIDIFIER = {
|
||||
|
||||
AVAILABLE_ATTRIBUTES_AIRHUMIDIFIER_CA = {
|
||||
**AVAILABLE_ATTRIBUTES_AIRHUMIDIFIER_COMMON,
|
||||
ATTR_SPEED: 'speed',
|
||||
ATTR_MOTOR_SPEED: 'speed',
|
||||
ATTR_DEPTH: 'depth',
|
||||
ATTR_DRY: 'dry',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user