Nest sensor - remove broken sensor types

This commit is contained in:
Paulus Schoutsen 2016-03-22 08:45:44 -07:00
parent 5bd004ee38
commit 015527aa5f

View File

@ -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):