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: living_room_entertainment_mode:
name: Living Room Entertainment Mode name: Living Room Entertainment Mode
icon: mdi:party-popper icon: mdi:party-popper
basement_entertainment_mode: basement_studio_entertainment_mode:
name: Basement Entertainment Mode name: Basement Studio Entertainment Mode
icon: mdi:party-popper icon: mdi:party-popper
front_porch_light_on: front_porch_light_on:
name: Front Porch Light On name: Front Porch Light On
@ -14,14 +14,14 @@ input_boolean:
living_room_dynamic_scenes: living_room_dynamic_scenes:
name: Living Room Dynamic Scenes name: Living Room Dynamic Scenes
icon: mdi:animation icon: mdi:animation
basement_dynamic_scenes: basement_studio_dynamic_scenes:
name: Basement Dynamic Scenes name: Basement Studio Dynamic Scenes
icon: mdi:animation icon: mdi:animation
living_room_entertainment_control: living_room_entertainment_control:
name: Living Room Entertainment Control name: Living Room Entertainment Control
icon: mdi:television-ambient-light icon: mdi:television-ambient-light
basement_entertainment_control: basement_studio_entertainment_control:
name: Basement Entertainment Control name: Basement Studio Entertainment Control
icon: mdi:television-ambient-light icon: mdi:television-ambient-light
delivery_mode: delivery_mode:
name: Delivery Mode name: Delivery Mode
@ -190,6 +190,10 @@ input_select:
- Purple - Purple
- Pink - Pink
- Tokyo - Tokyo
- Twitch
- Netflix
- MLB
- Forest Adventure
- Kallen Reading - Kallen Reading
- Baby Is Napping - Baby Is Napping
- Stairwell - Stairwell

View File

@ -788,7 +788,7 @@ script:
notify.living_room_tv notify.living_room_tv
{% elif who == "master_bedroom" %} {% elif who == "master_bedroom" %}
notify.master_bedroom_tv notify.master_bedroom_tv
{% elif who == "basement" %} {% elif who in ["basement","basement_studio"] %}
notify.basement_tv notify.basement_tv
{% elif who == "no_basement" %} {% elif who == "no_basement" %}
notify.tv_no_basement notify.tv_no_basement