New docker image on new lab
This commit is contained in:
parent
582765f82b
commit
b891bedc98
|
@ -1 +1 @@
|
|||
2023.7.2
|
||||
2023.7.3
|
0
config/blueprints/script/homeassistant/confirmable_notification.yaml
Normal file → Executable file
0
config/blueprints/script/homeassistant/confirmable_notification.yaml
Normal file → Executable file
|
@ -2,6 +2,8 @@ family:
|
|||
entities:
|
||||
- person.carlo
|
||||
- person.stacey
|
||||
- person.justin
|
||||
- person.paige
|
||||
|
||||
arriving:
|
||||
name: Arriving
|
||||
|
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
@ -136,9 +136,9 @@ tweet_engine_random:
|
|||
],
|
||||
|
||||
"speedtest": [
|
||||
"Average internet stats are Download: {{ states('sensor.speedtest_download') | int * 5 }} Mbit/s & Upload {{ states('sensor.speedtest_upload') | int * 5 }} Mbit/s.",
|
||||
"So if you get @att Fiber 1000, you can expect these types of results - Download: {{ states('sensor.speedtest_download') | int * 5 }} Mbit/s & Upload {{ states('sensor.speedtest_upload') | int * 5 }} Mbit/s.",
|
||||
"My @att Fiber 1000 internet download speed is about {{ states('sensor.speedtest_download') | int * 5 }} Mbit/s and I am a #cordcutter. @TabloTV",
|
||||
"Average internet stats are Download: {{ states('sensor.speedtest_download') | int }} Mbit/s & Upload {{ states('sensor.speedtest_upload') | int }} Mbit/s.",
|
||||
"So if you get @att Fiber 1000, you can expect these types of results - Download: {{ states('sensor.speedtest_download') | int}} Mbit/s & Upload {{ states('sensor.speedtest_upload') | int }} Mbit/s.",
|
||||
"My @att Fiber 1000 internet download speed is about {{ states('sensor.speedtest_download') | int }} Mbit/s and I am a #cordcutter. @TabloTV",
|
||||
"This beautiful chart was produced with Grafana. | (https://www.vcloudinfo.com/Click-Here)"
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue