From 321ac4f8a47978d755b19f30635055318ddaf618 Mon Sep 17 00:00:00 2001 From: Jim Lancaster <40281233+zoltan57@users.noreply.github.com> Date: Sat, 13 Apr 2024 15:37:28 -0500 Subject: [PATCH] initial working mancave config --- apps/mancave.yaml | 76 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 apps/mancave.yaml diff --git a/apps/mancave.yaml b/apps/mancave.yaml new file mode 100644 index 0000000..8ad796f --- /dev/null +++ b/apps/mancave.yaml @@ -0,0 +1,76 @@ +mancave: + module: room_control + class: RoomController + rich: DEBUG + off_duration: 00:00:10 + manual_mode: input_boolean.mancave_manual_mode + states: + - time: sunrise + scene: + light.color01: + state: on + color_temp: 200 + brightness: 255 + light.colorflood05: + state: off + light.color03: + state: off + light.white08: + color_temp: 300 + brightness: 175 + - time: '18:00:00' + scene: + light.color01: + state: on + rgb_color: [255, 193, 193] + brightness: 255 + light.colorflood05: + state: on + rgb_color: [255, 193, 193] + brightness: 170 + light.color03: + state: off + light.white08: + state: on + color_temp: 400 + brightness: 70 + - time: '23:00:00' + scene: + light.color01: + state: on + color_temp: 400 + brightness: 125 + light.colorflood05: + state: off + light.color03: + state: off + light.white08: + state: off + # sleep: input_boolean.sleeping + # sleep_state: + # scene: + # light.colorflood05: + # state: 'on' + # color_name: 'red' + # brightness: 10 + +# front_door: +# module: door +# class: Door +# app: living_room +# door: binary_sensor.front_contact + +mancave_button: + module: button + class: Button + app: mancave + manual_mode: input_boolean.mancave_manual_mode + button: button07 + ref_entity: light.color01 + +mancave_motion: + module: motion + class: Motion + app: mancave + sensor: binary_sensor.motionsensors01_occupancy + ref_entity: light.color01