forked from vche/appdaemon_weatherentity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweatherentity.yaml
62 lines (62 loc) · 1.57 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
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_precip_type_icon: "mdi-umbrella"
forecast_title: ""
forecast_temperature_min: ""
forecast_temperature_max: ""
forecast_icon: ""
forecast_precip_probability: ""
forecast_precip_type: ""
# 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_title3: ""
forecast_temperature_min3: ""
forecast_temperature_max3: ""
forecast_icon3: ""
forecast_precip_probability3: ""
forecast_precip_type3: ""
forecast_title4: ""
forecast_temperature_min4: ""
forecast_temperature_max4: ""
forecast_icon4: ""
forecast_precip_probability4: ""
forecast_precip_type4: ""
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: []