Next edit
This commit is contained in:
@@ -1,11 +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 -%}
|
||||
# - 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 -%}
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
name: Arbejdsdag
|
||||
country: DK
|
||||
add_holidays:
|
||||
- '2022-10-21'
|
||||
- '2022-10-20'
|
||||
- '2022-10-19'
|
||||
- '2022-10-18'
|
||||
- '2022-10-17'
|
||||
- '2022-02-22'
|
||||
- '2022-02-23'
|
||||
- '2022-02-24'
|
||||
@@ -35,9 +40,3 @@
|
||||
- '2022-07-28'
|
||||
- '2022-07-29'
|
||||
- '2022-08-01'
|
||||
- '2022-08-02'
|
||||
- '2022-08-03'
|
||||
- '2022-08-04'
|
||||
- '2022-08-05'
|
||||
- '2022-08-08'
|
||||
- '2022-08-09'
|
||||
|
||||
Reference in New Issue
Block a user