Compare commits
2 Commits
4bd6861c0c
...
145f06d124
Author | SHA1 | Date | |
---|---|---|---|
145f06d124 | |||
806f0ae8f4 |
11
configuration/automations/behaviour-daily-wake-up.yaml
Normal file
11
configuration/automations/behaviour-daily-wake-up.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
- id: behaviour_coffee
|
||||
description: "[Behaviour] Daily coffee"
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.coffee_machine_electrical_measurement
|
||||
above: 1000
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
target:
|
||||
entity_id: input_boolean.daily_coffee
|
@ -13,7 +13,7 @@
|
||||
entity_id:
|
||||
- automation.office_lights_off
|
||||
- automation.living_room_lights_off
|
||||
- service: script.office_lights_off
|
||||
- service: script.office_lights_on
|
||||
- service: script.living_room_lights_on
|
||||
|
||||
- id: office_vr_stop_using
|
||||
@ -25,8 +25,6 @@
|
||||
- binary_sensor.quest_in_use
|
||||
action:
|
||||
- service: automation.turn_on
|
||||
data:
|
||||
stop_actions: true
|
||||
target:
|
||||
entity_id:
|
||||
- automation.office_lights_off
|
||||
|
@ -25,6 +25,9 @@ input_boolean:
|
||||
3d_printer_timelapse:
|
||||
name: "3D printer timelapse"
|
||||
icon: "mdi:camera-burst"
|
||||
daily_coffee:
|
||||
name: "Daily - coffee drank"
|
||||
icon: "mdi:coffee"
|
||||
intercom_button:
|
||||
name: "Intercom button helper"
|
||||
icon: "mdi:door-closed-lock"
|
||||
|
@ -96,6 +96,9 @@ before_wakeup:
|
||||
good_morning:
|
||||
alias: Good Morning
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
entity_id: input_boolean.daily_coffee
|
||||
- service: script.cctv_off
|
||||
- service: cover.open_cover
|
||||
entity_id:
|
||||
|
Loading…
Reference in New Issue
Block a user