scenes and automations
This commit is contained in:
@@ -1338,7 +1338,7 @@
|
||||
above: 20
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.daily_forecast
|
||||
above: 20
|
||||
above: 19
|
||||
- condition: state
|
||||
entity_id: input_boolean.sonnenschutz
|
||||
state: 'on'
|
||||
@@ -1346,10 +1346,10 @@
|
||||
value_template: ' {{ not state_attr(''automation.rollo_sonnenstand'', ''last_triggered'').day==now().day
|
||||
}}'
|
||||
alias: Wenn diese Automation heute noch nicht lief
|
||||
- condition: template
|
||||
- alias: Wenn cloud_coverage < 60%
|
||||
condition: template
|
||||
value_template: '{{ state_attr(''sensor.daily_forecast'', ''cloud_coverage'')
|
||||
< 60 }}'
|
||||
alias: Wenn cloud_coverage < 60%
|
||||
< 72 }}'
|
||||
- alias: Bedingung für Rollo soll wieder hoch
|
||||
condition: and
|
||||
conditions:
|
||||
@@ -1394,7 +1394,9 @@
|
||||
- binary_sensor.0x00158d0007e40238_occupancy
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
conditions: []
|
||||
conditions:
|
||||
- condition: time
|
||||
before: '22:00:00'
|
||||
actions:
|
||||
- action: light.turn_on
|
||||
metadata: {}
|
||||
@@ -1426,10 +1428,10 @@
|
||||
- alias: Sonne zu weit im Westen
|
||||
entity_id:
|
||||
- sun.sun
|
||||
attribute: azimuth
|
||||
above: 180
|
||||
id: SonneWiederOkay
|
||||
trigger: numeric_state
|
||||
attribute: azimuth
|
||||
conditions:
|
||||
- condition: or
|
||||
conditions:
|
||||
@@ -1447,7 +1449,7 @@
|
||||
above: 12
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.daily_forecast
|
||||
above: 20
|
||||
above: 19
|
||||
- condition: state
|
||||
entity_id: input_boolean.sonnenschutz
|
||||
state: 'on'
|
||||
@@ -1455,10 +1457,10 @@
|
||||
condition: template
|
||||
value_template: ' {{ not state_attr(''automation.rollo_sonnenstand_ostseite'',
|
||||
''last_triggered'').day==now().day }}'
|
||||
- condition: template
|
||||
- alias: Wenn cloud_coverage < 60% ist
|
||||
condition: template
|
||||
value_template: '{{ state_attr(''sensor.daily_forecast'', ''cloud_coverage'')
|
||||
< 60 }}'
|
||||
alias: Wenn cloud_coverage < 60% ist
|
||||
< 70 }}'
|
||||
- alias: Bedingung für Rollo soll wieder hoch
|
||||
condition: and
|
||||
conditions:
|
||||
@@ -1473,6 +1475,7 @@
|
||||
- condition: numeric_state
|
||||
entity_id: cover.00115a498e0439
|
||||
above: 60
|
||||
enabled: false
|
||||
actions:
|
||||
- alias: Rollos runter
|
||||
if: []
|
||||
@@ -1481,6 +1484,8 @@
|
||||
metadata: {}
|
||||
data:
|
||||
position: 25
|
||||
target:
|
||||
entity_id: cover.00115a498e0439
|
||||
- alias: Rollos wieder hoch
|
||||
if:
|
||||
- condition: and
|
||||
|
||||
Reference in New Issue
Block a user