Remove temperature from the list of available forecast sensors (#19818)
This commit is contained in:
parent
5b35317e1e
commit
1e18a2c679
1 changed files with 1 additions and 1 deletions
|
@ -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']],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue