Nightly briefing for K

This commit is contained in:
2022-04-05 18:29:18 -04:00
parent 20f9ed7e37
commit 4b10ab773f
5 changed files with 246 additions and 7 deletions

View File

@ -42,4 +42,13 @@
name: Recently Added on Plex
token: !secret plex_token
host: 192.168.1.4
port: 32400
port: 32400
school_tomorrow:
friendly_name: 'School Tomorrow'
value_template: >-
{%- set test=(as_timestamp(now())+ (86400)) | timestamp_custom("%Y-%m-%d",true) %}
{% if states.calendar.kallen_school.attributes.start_time == test + " 07:35:00" %}
on
{% else %}
off
{% endif %}