WIP daily routine
This commit is contained in:
parent
806f0ae8f4
commit
145f06d124
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
|
@ -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