From c0c66962b25edbf2f37423953315f92559a80d19 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 5 Aug 2023 01:52:47 -0400 Subject: [PATCH] Change names to line up with what Node-RED expects --- packages/lighting_and_scenes.yaml | 16 ++++++++++------ packages/notify.yaml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/packages/lighting_and_scenes.yaml b/packages/lighting_and_scenes.yaml index a0f6c1f..24b897b 100644 --- a/packages/lighting_and_scenes.yaml +++ b/packages/lighting_and_scenes.yaml @@ -5,8 +5,8 @@ input_boolean: living_room_entertainment_mode: name: Living Room Entertainment Mode icon: mdi:party-popper - basement_entertainment_mode: - name: Basement Entertainment Mode + basement_studio_entertainment_mode: + name: Basement Studio Entertainment Mode icon: mdi:party-popper front_porch_light_on: name: Front Porch Light On @@ -14,14 +14,14 @@ input_boolean: living_room_dynamic_scenes: name: Living Room Dynamic Scenes icon: mdi:animation - basement_dynamic_scenes: - name: Basement Dynamic Scenes + basement_studio_dynamic_scenes: + name: Basement Studio Dynamic Scenes icon: mdi:animation living_room_entertainment_control: name: Living Room Entertainment Control icon: mdi:television-ambient-light - basement_entertainment_control: - name: Basement Entertainment Control + basement_studio_entertainment_control: + name: Basement Studio Entertainment Control icon: mdi:television-ambient-light delivery_mode: name: Delivery Mode @@ -190,6 +190,10 @@ input_select: - Purple - Pink - Tokyo + - Twitch + - Netflix + - MLB + - Forest Adventure - Kallen Reading - Baby Is Napping - Stairwell diff --git a/packages/notify.yaml b/packages/notify.yaml index 646f642..83ca6bf 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -788,7 +788,7 @@ script: notify.living_room_tv {% elif who == "master_bedroom" %} notify.master_bedroom_tv - {% elif who == "basement" %} + {% elif who in ["basement","basement_studio"] %} notify.basement_tv {% elif who == "no_basement" %} notify.tv_no_basement