forked from HAuser1234/homeassistant-local-weather-forecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
weather_card_de.yaml
57 lines (54 loc) · 2.28 KB
/
weather_card_de.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
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]}}
Uhr
secondary: >-
Regen:
{{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]}}
Uhr
secondary: >-
Regen:
{{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: 'Zukunft: {{states.sensor.local_forecast.attributes.forecast_zambretti[0]}}'
secondary: >-
Luftdruck:
{{states.sensor.local_forecast.attributes.forecast_pressure_trend[0]}}
{{states.sensor.local_forecast_pressurechange.state}} hpa in 3h
icon: mdi:weather-cloudy-arrow-right
multiline_secondary: true
icon_color: grey
fill_container: false