-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathweatherentity.yaml
77 lines (77 loc) · 1.98 KB
/
weatherentity.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
widget_type: base_weatherentity
entity: "{{entity}}"
fields:
title: ""
show_forecast: 0
prefer_icons: 0
unit: "°C"
wind_unit: "m/s"
pressure_unit: "hPa"
rain_unit: "%"
temperature: ""
humidity: ""
precip_probability: ""
precip_intensity: ""
precip_type: ""
wind_speed: ""
pressure: ""
wind_bearing: ""
apparent_temperature: ""
icon: ""
bearing_icon: "mdi-rotate-0"
precip_type_icon: "mdi-umbrella"
forecast_daily: 1
forecast_date_format: "MM/DD"
forecast_precip_type_icon: "mdi-umbrella"
forecast_precip_unit: "mm"
forecast_title: ""
forecast_temperature_min: ""
forecast_temperature_max: ""
forecast_icon: ""
forecast_precip_probability: ""
forecast_precip_type: ""
forecast_wind_speed: ""
forecast_wind_bearing: ""
forecast_bearing_icon: ""
# Any additional entry must have its fields declared. Not sure we can use arrays in appdaemon/knockout
forecast_title2: ""
forecast_temperature_min2: ""
forecast_temperature_max2: ""
forecast_icon2: ""
forecast_precip_probability2: ""
forecast_precip_type2: ""
forecast_wind_speed2: ""
forecast_wind_bearing2: ""
forecast_bearing_icon2: ""
forecast_title3: ""
forecast_temperature_min3: ""
forecast_temperature_max3: ""
forecast_icon3: ""
forecast_precip_probability3: ""
forecast_precip_type3: ""
forecast_wind_speed3: ""
forecast_wind_bearing3: ""
forecast_bearing_icon3: ""
forecast_title4: ""
forecast_temperature_min4: ""
forecast_temperature_max4: ""
forecast_icon4: ""
forecast_precip_probability4: ""
forecast_precip_type4: ""
forecast_wind_speed4: ""
forecast_wind_bearing4: ""
forecast_bearing_icon4: ""
css: []
static_css:
title_style: $weather_sub_style
unit_style: $weather_unit_style
main_style: $weather_main_style
sub_style: $weather_sub_style
sub_unit_style: $weather_sub_style
widget_style: $weather_widget_style
icons:
snow: mdi-snowflake
rain: mdi-umbrella
sleet: mdi-weather-snowy-rainy
unknown: mdi-umbrella
static_icons: []