mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Nest sensor - remove broken sensor types
This commit is contained in:
parent
5bd004ee38
commit
015527aa5f
@ -32,10 +32,7 @@ JSON_VARIABLE_NAMES = {'weather_humidity': 'humidity',
|
||||
SENSOR_UNITS = {'humidity': '%', 'battery_level': 'V',
|
||||
'kph': 'kph', 'temperature': '°C'}
|
||||
|
||||
SENSOR_TEMP_TYPES = ['temperature',
|
||||
'target',
|
||||
'away_temperature[0]',
|
||||
'away_temperature[1]']
|
||||
SENSOR_TEMP_TYPES = ['temperature', 'target']
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user