From 1f30147a713dee407048234b35e0f7588b4e2b08 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:39:03 -0600 Subject: [PATCH] some custom apps --- apps/apps.yaml | 12 ++++++++++++ apps/cubes/cube1.yaml | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 apps/cubes/cube1.yaml diff --git a/apps/apps.yaml b/apps/apps.yaml index dcd8f88..8c61483 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -8,3 +8,15 @@ living_room_tv: media_entity: media_player.living_room_tv hardware_entity: media_player.sony_kd_65x85k remote_entity: remote.broadlink_remote + +scene_detect: + module: scene_detect + class: MotionCanceller + scene: bedsport + app: bedroom + +scene_detect: + module: scene_detect + class: MotionCanceller + scene: in_bed + app: bedroom \ No newline at end of file diff --git a/apps/cubes/cube1.yaml b/apps/cubes/cube1.yaml new file mode 100644 index 0000000..56a9292 --- /dev/null +++ b/apps/cubes/cube1.yaml @@ -0,0 +1,8 @@ +cube1: + module: cube + class: AqaraCube + cube: Cube 1 + app: bedroom + flip90: toggle + flip180: scene.bedsport + shake: activate \ No newline at end of file