Change names to line up with what Node-RED expects

This commit is contained in:
2023-08-05 01:52:47 -04:00
parent 7f0b696cf8
commit c0c66962b2
2 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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