mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
parent
978a79d369
commit
191e32f6cf
@ -32,6 +32,7 @@ DEFAULT_NAME = 'Yweather'
|
|||||||
SCAN_INTERVAL = timedelta(minutes=10)
|
SCAN_INTERVAL = timedelta(minutes=10)
|
||||||
|
|
||||||
CONDITION_CLASSES = {
|
CONDITION_CLASSES = {
|
||||||
|
'clear-night': [31],
|
||||||
'cloudy': [26, 27, 28, 29, 30],
|
'cloudy': [26, 27, 28, 29, 30],
|
||||||
'fog': [19, 20, 21, 22, 23],
|
'fog': [19, 20, 21, 22, 23],
|
||||||
'hail': [17, 18, 35],
|
'hail': [17, 18, 35],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user