mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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']],
|
['hourly', 'daily']],
|
||||||
'temperature': ['Temperature',
|
'temperature': ['Temperature',
|
||||||
'°C', '°F', '°C', '°C', '°C', 'mdi:thermometer',
|
'°C', '°F', '°C', '°C', '°C', 'mdi:thermometer',
|
||||||
['currently', 'hourly', 'daily']],
|
['currently', 'hourly']],
|
||||||
'apparent_temperature': ['Apparent Temperature',
|
'apparent_temperature': ['Apparent Temperature',
|
||||||
'°C', '°F', '°C', '°C', '°C', 'mdi:thermometer',
|
'°C', '°F', '°C', '°C', '°C', 'mdi:thermometer',
|
||||||
['currently', 'hourly']],
|
['currently', 'hourly']],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user