From 8880a409ff032fa08c344dd13ccccd59cc5c8942 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 6 May 2023 12:24:08 -0500 Subject: [PATCH] removed obsolete yamls --- apps/bathroom.yaml | 52 ------------------------ apps/bedroom.yaml | 55 ------------------------- apps/kitchen.yaml | 43 -------------------- apps/living_room.yaml | 94 ------------------------------------------- 4 files changed, 244 deletions(-) delete mode 100644 apps/bathroom.yaml delete mode 100644 apps/bedroom.yaml delete mode 100644 apps/kitchen.yaml delete mode 100644 apps/living_room.yaml diff --git a/apps/bathroom.yaml b/apps/bathroom.yaml deleted file mode 100644 index 2ec0ff4..0000000 --- a/apps/bathroom.yaml +++ /dev/null @@ -1,52 +0,0 @@ -# bathroom: -# module: controller -# class: ControllerRoomLights -# entities: -# - light.bathroom - -# bathroom_motion: -# module: controller -# class: ControllerMotion -# room: bathroom -# off_duration: 00:03:00 -# entities: -# - binary_sensor.motion_bathroom - -# bathroom_button: -# module: controller -# class: ControllerButton -# room: bathroom -# buttons: -# - bathroom - -# bathroom_daylight: -# module: controller -# class: ControllerDaylight -# enable: input_boolean.enable_bathroom -# room: bathroom -# entities: -# - light.bathroom -# latitude: 30.150380 -# longitude: -97.4487 -# periods: -# - time: '04:00:00am' -# brightness: 40 -# color_temp: 350 - -# - elevation: 0 -# direction: rising -# brightness: 150 -# color_temp: 200 - -# - time: noon -# brightness: 255 -# color_temp: 300 - -# - elevation: 0 -# direction: setting -# brightness: 125 -# color_temp: 325 - -# - time: '10:30:00pm' -# brightness: 40 -# color_temp: 350 \ No newline at end of file diff --git a/apps/bedroom.yaml b/apps/bedroom.yaml deleted file mode 100644 index 589a454..0000000 --- a/apps/bedroom.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# bedroom: -# module: controller -# class: ControllerRoomLights -# sleep: input_boolean.sleeping -# entities: -# - light.bedroom -# - light.overhead - -# bedroom_motion: -# module: controller -# class: ControllerMotion -# room: bedroom -# off_duration: 00:05:00 -# entities: -# - binary_sensor.motion_bedroom - -# bedroom_button: -# module: controller -# class: ControllerButton -# room: bedroom -# buttons: -# - bedroom -# - bedroom2 - -# bedroom_daylight: -# module: controller -# class: ControllerDaylight -# enable: input_boolean.enable_bedroom -# room: bedroom -# entities: -# - light.bedroom -# latitude: 30.150380 -# longitude: -97.4487 -# periods: -# - time: '04:00:00am' -# brightness: 75 -# color_temp: 200 - -# - elevation: 0 -# direction: rising -# brightness: 150 -# color_temp: 200 - -# - time: noon -# brightness: 255 -# color_temp: 250 - -# - elevation: 0 -# direction: setting -# brightness: 125 -# color_temp: 300 - -# - time: '10:30:00pm' -# brightness: 75 -# color_temp: 300 \ No newline at end of file diff --git a/apps/kitchen.yaml b/apps/kitchen.yaml deleted file mode 100644 index e666ec2..0000000 --- a/apps/kitchen.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# kitchen: -# module: controller -# class: ControllerRoomLights -# entities: -# - light.kitchen - -# kitchen_motion: -# module: controller -# class: ControllerMotion -# room: kitchen -# off_duration: 00:01:00 -# entities: -# - binary_sensor.motion_kitchen - -# kitchen_button: -# module: controller -# class: ControllerButton -# room: kitchen -# buttons: -# - kitchen - -# kitchen_daylight: -# module: controller -# class: ControllerDaylight -# enable: input_boolean.enable_kitchen -# room: kitchen -# entities: -# - light.kitchen -# latitude: 30.150380 -# longitude: -97.4487 -# periods: -# - time: sunrise -# brightness: 10 -# color_temp: 200 -# - time: noon -# brightness: 30 -# color_temp: 300 -# - time: sunset -# brightness: 40 -# color_temp: 450 -# - time: '10:00:00pm' -# brightness: 10 -# color_temp: 500 \ No newline at end of file diff --git a/apps/living_room.yaml b/apps/living_room.yaml deleted file mode 100644 index 5adadb2..0000000 --- a/apps/living_room.yaml +++ /dev/null @@ -1,94 +0,0 @@ -# living_room: -# module: controller -# class: ControllerRoomLights -# entities: -# - light.living_room -# - light.couch_corner - -# living_room_motion: -# module: controller -# class: ControllerMotion -# dependencies: living_room -# room: living_room -# entities: -# - binary_sensor.motion_living_room -# off_duration: 00:30:00 - -# living_room_button: -# module: controller -# class: ControllerButton -# dependencies: living_room -# room: living_room -# buttons: -# - living_room - -# living_room_daylight: -# module: controller -# class: ControllerDaylight -# enable: input_boolean.enable_living_room -# room: living_room -# entities: -# - light.living_room -# latitude: 30.150380 -# longitude: -97.4487 -# periods: -# - time: '04:00:00am' -# brightness: 75 -# color_temp: 375 - -# - elevation: 0 -# direction: rising -# brightness: 150 -# color_temp: 200 - -# - time: noon -# brightness: 255 -# color_temp: 250 - -# - elevation: 20 -# direction: setting -# brightness: 200 -# color_temp: 275 - -# - elevation: 0 -# direction: setting -# brightness: 200 -# color_temp: 325 - -# - elevation: -20 -# direction: setting -# brightness: 200 -# color_temp: 350 - -# - time: '11:00:00pm' -# brightness: 75 -# color_temp: 375 - -# couch_corner_daylight: -# module: controller -# class: ControllerDaylight -# room: living_room -# entities: -# - light.couch_corner -# latitude: 30.150380 -# longitude: -97.4487 -# periods: -# - time: '04:00:00am' -# brightness: 10 -# color_temp: 500 - -# - time: sunrise -# brightness: 20 -# color_temp: 200 - -# - time: noon -# brightness: 80 -# color_temp: 300 - -# - time: sunset -# brightness: 20 -# color_temp: 400 - -# - time: '10:30:00pm' -# brightness: 10 -# color_temp: 500