Remove temperature from the list of available forecast sensors (#19818)

This commit is contained in:
Rene Nulsch 2019-01-06 20:52:55 +01:00 committed by Fabian Affolter
parent 5b35317e1e
commit 1e18a2c679

View file

@ -74,7 +74,7 @@ SENSOR_TYPES = {
['hourly', 'daily']],
'temperature': ['Temperature',
'°C', '°F', '°C', '°C', '°C', 'mdi:thermometer',
['currently', 'hourly', 'daily']],
['currently', 'hourly']],
'apparent_temperature': ['Apparent Temperature',
'°C', '°F', '°C', '°C', '°C', 'mdi:thermometer',
['currently', 'hourly']],