mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove temperature from the list of available forecast sensors (#19818)
This commit is contained in:
parent
5b35317e1e
commit
1e18a2c679
@ -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…
x
Reference in New Issue
Block a user