File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
custom_components/plugwise-beta Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323_LOGGER = logging .getLogger (__name__ )
2424
25- ATTR_TEMPERATURE = [TEMP_CELSIUS , None , DEVICE_CLASS_TEMPERATURE , "mdi:thermometer" ]
26- ATTR_BATTERY_LEVEL = ["% " , None , DEVICE_CLASS_BATTERY , "mdi:water-battery" ]
27- ATTR_ILLUMINANCE = ["lm " , None , DEVICE_CLASS_ILLUMINANCE , "mdi:lightbulb-on-outline" ]
28- ATTR_PRESSURE = [PRESSURE_MBAR , None , DEVICE_CLASS_PRESSURE , "mdi:water" ]
25+ ATTR_TEMPERATURE = ["Temperature" , TEMP_CELSIUS , DEVICE_CLASS_TEMPERATURE , "mdi:thermometer" ]
26+ ATTR_BATTERY_LEVEL = ["Charge " , "%" , DEVICE_CLASS_BATTERY , "mdi:water-battery" ]
27+ ATTR_ILLUMINANCE = ["Illuminance " , "lm" , DEVICE_CLASS_ILLUMINANCE , "mdi:lightbulb-on-outline" ]
28+ ATTR_PRESSURE = ["Pressure" , PRESSURE_MBAR , DEVICE_CLASS_PRESSURE , "mdi:water" ]
2929SENSOR_MAP = {
3030 "thermostat" : ATTR_TEMPERATURE ,
3131 "temperature" : ATTR_TEMPERATURE ,
You can’t perform that action at this time.
0 commit comments