-
Notifications
You must be signed in to change notification settings - Fork 7
/
weather_card_it.yaml
59 lines (56 loc) · 2.31 KB
/
weather_card_it.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
type: custom:vertical-stack-in-card
cards:
- type: custom:mushroom-title-card
title: '{{states.sensor.local_forecast.state}}'
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: '{{states.sensor.local_forecast.attributes.forecast_short_term[0]}}'
secondary: >-
-
{%if states.sensor.local_forecast.attributes.forecast_temp_short[1] >=
0%}{{states.sensor.local_forecast.attributes.temperature}}°C{%endif%}
icon: mdi:weather-cloudy-clock
icon_color: none
layout: vertical
multiline_secondary: true
- type: custom:mushroom-template-card
primary: >-
~
{{states.sensor.local_forecast_zambretti_detail.attributes.first_time[0]}}
h
secondary: >-
Pioggia:
{{states.sensor.local_forecast_zambretti_detail.attributes.rain_prob[0]}}%
{%if states.sensor.local_forecast.attributes.forecast_temp_short[1] ==
0%}{{states.sensor.local_forecast.attributes.forecast_temp_short[0]}}°C{%endif%}
icon: '{{states.sensor.local_forecast_zambretti_detail.attributes.icons[0]}}'
icon_color: none
layout: vertical
multiline_secondary: true
- type: custom:mushroom-template-card
primary: >-
~
{{states.sensor.local_forecast_zambretti_detail.attributes.second_time[0]}}
secondary: >-
Pioggia:
{{states.sensor.local_forecast_zambretti_detail.attributes.rain_prob[1]}}%
{%if states.sensor.local_forecast.attributes.forecast_temp_short[1] ==
1%}{{states.sensor.local_forecast.attributes.forecast_temp_short[0]}}°C{%endif%}
icon: '{{states.sensor.local_forecast_zambretti_detail.attributes.icons[1]}}'
icon_color: none
layout: vertical
multiline_secondary: true
- type: custom:mushroom-template-card
primary: >-
Previsioni:
{{states.sensor.local_forecast.attributes.forecast_zambretti[0]}}
secondary: >-
Pressione:
{{states.sensor.local_forecast.attributes.forecast_pressure_trend[0]}}
{{states.sensor.local_forecast_pressurechange.state}} hpa nelle prossime
3h
icon: mdi:weather-cloudy-arrow-right
multiline_secondary: true
icon_color: blue
fill_container: false