mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Merge pull request #1202 from huanga/change_nest_battery-level_unit
Changing battery level unit to "V" instead of "%"
This commit is contained in:
commit
3bdb50510a
@ -21,7 +21,7 @@ SENSOR_TYPES = ['humidity',
|
|||||||
'last_connection',
|
'last_connection',
|
||||||
'battery_level']
|
'battery_level']
|
||||||
|
|
||||||
SENSOR_UNITS = {'humidity': '%', 'battery_level': '%'}
|
SENSOR_UNITS = {'humidity': '%', 'battery_level': 'V'}
|
||||||
|
|
||||||
SENSOR_TEMP_TYPES = ['temperature',
|
SENSOR_TEMP_TYPES = ['temperature',
|
||||||
'target',
|
'target',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user