Fix mysensors icon name (#24871)
This commit is contained in:
parent
1e149a704b
commit
b0387c4428
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@ SENSORS = {
|
|||
'V_IMPEDANCE': ['ohm', None],
|
||||
'V_WATT': [POWER_WATT, None],
|
||||
'V_KWH': [ENERGY_KILO_WATT_HOUR, None],
|
||||
'V_LIGHT_LEVEL': ['%', 'white-balance-sunny'],
|
||||
'V_LIGHT_LEVEL': ['%', 'mdi:white-balance-sunny'],
|
||||
'V_FLOW': ['m', 'mdi:gauge'],
|
||||
'V_VOLUME': ['m³', None],
|
||||
'V_LEVEL': {
|
||||
'S_SOUND': ['dB', 'mdi:volume-high'], 'S_VIBRATION': ['Hz', None],
|
||||
'S_LIGHT_LEVEL': ['lx', 'white-balance-sunny']},
|
||||
'S_LIGHT_LEVEL': ['lx', 'mdi:white-balance-sunny']},
|
||||
'V_VOLTAGE': ['V', 'mdi:flash'],
|
||||
'V_CURRENT': ['A', 'mdi:flash-auto'],
|
||||
'V_PH': ['pH', None],
|
||||
|
|
Loading…
Add table
Reference in a new issue