Compare commits
No commits in common. "87868f079ca8b79c4ad4cfd7385b4a33585417aa" and "565b1b1b818f1fc119ff5cc42d15814a083b0533" have entirely different histories.
87868f079c
...
565b1b1b81
@ -1 +1 @@
|
||||
2024.2.1
|
||||
2024.1.4
|
@ -478,8 +478,8 @@
|
||||
payload: '{"text": "{{message}}", "icon": "clockcolor", "duration": 16}'
|
||||
variables:
|
||||
message: '{% set t = now().hour %} {% set m = ''Morgen'' if t < 12 else ''Nachmittag''
|
||||
if t < 18 else ''Abend'' %} Guten {{m}} Marcus. Draußen sind es {{states(''sensor.aussentemperatur'')}}
|
||||
Grad Celsius und es ist {{states(''sensor.time'')}}
|
||||
if t < 18 else ''Abend'' %} Guten {{m}} Marcus. Draußen sind es {{states(sensor.aussentemperatur)}}
|
||||
Grad Celsius und es ist {{states(sensor.time)}}
|
||||
|
||||
'
|
||||
mode: single
|
||||
|
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="220">
|
||||
<path fill="#E72" d="m149,58a52,52 0 1,0 2,0z"/>
|
||||
<path fill="#237" d="m112,135h76l-38-66z"/>
|
||||
<path fill="none" stroke="#EEE" stroke-width="12"
|
||||
d="m63,8a72,117 0 0,0 0,204m174,0a72,117 0 0,0 0-204M82
|
||||
30a70,99 0 0,0 0,160m136,0a72,101 0 0,0 0-160M101
|
||||
54a68,78 0 0,0 0,112m98,0a68,78 0 0,0 0-112"/>
|
||||
<path fill="none" stroke="#E72" stroke-width="12"
|
||||
d="m63,22a96,112 0 0,0 0,176m174,0a96,112 0 0,0 0-176M80
|
||||
40a80,93 0 0,0 0,140m140,0a80,93 0 0,0 0-140M100,60a62
|
||||
66 0 0,0 0,100m100,0a62,66 0 0,0 0-100"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 594 B |
Loading…
Reference in New Issue
Block a user