added scripts et al

This commit is contained in:
2022-01-17 20:19:42 +01:00
parent ab06457787
commit 9eed84ee34
24 changed files with 2082 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
# - platform: huesensor
+11
View File
@@ -0,0 +1,11 @@
- platform: rest
name: "Stue Motion Sensor"
resource: !secret stue_url
device_class: motion
scan_interval: 10
value_template: >-
{%- if "<motionDetectAlarm>2</motionDetectAlarm>" in value -%}
{{ true }}
{%- else -%}
{{ false }}
{%- endif -%}
+56
View File
@@ -0,0 +1,56 @@
- platform: workday
name: Arbejdsdag
country: DK
add_holidays:
- '2020-03-13'
- '2020-03-14'
- '2020-03-16'
- '2020-03-17'
- '2020-03-18'
- '2020-03-19'
- '2020-03-20'
- '2020-03-23'
- '2020-03-24'
- '2020-03-25'
- '2020-03-26'
- '2020-03-27'
- '2020-03-30'
- '2020-03-31'
- '2020-04-01'
- '2020-04-02'
- '2020-04-03'
- '2020-04-06'
- '2020-04-07'
- '2020-04-08'
- '2020-05-22'
- '2020-06-05'
- '2020-07-13'
- '2020-07-14'
- '2020-07-15'
- '2020-07-16'
- '2020-07-17'
- '2020-07-20'
- '2020-07-21'
- '2020-07-22'
- '2020-07-23'
- '2020-07-24'
- '2020-07-27'
- '2020-07-28'
- '2020-07-29'
- '2020-07-30'
- '2020-07-31'
- '2020-10-12'
- '2020-10-13'
- '2020-10-14'
- '2020-10-15'
- '2020-10-16'
- '2020-12-22'
- '2020-12-23'
- '2020-12-24'
- '2020-12-25'
- '2020-12-26'
- '2020-12-27'
- '2020-12-28'
- '2020-12-29'
- '2020-12-30'
- '2020-12-31'