Add valve level to HmIP thermostat attributes (#17297)

This commit is contained in:
hanzoh 2018-10-10 02:53:49 +02:00 committed by Aaron Bach
parent 5022cf8a6c
commit 8310f4a1cf

View file

@ -110,6 +110,7 @@ HM_ATTRIBUTE_SUPPORT = {
'RSSI_PEER': ['rssi', {}],
'RSSI_DEVICE': ['rssi', {}],
'VALVE_STATE': ['valve', {}],
'LEVEL': ['level', {}],
'BATTERY_STATE': ['battery', {}],
'CONTROL_MODE': ['mode', {
0: 'Auto',