diff --git a/node-red/projects/NerdFlows b/node-red/projects/NerdFlows index 1a09935..efc76b2 160000 --- a/node-red/projects/NerdFlows +++ b/node-red/projects/NerdFlows @@ -1 +1 @@ -Subproject commit 1a099358bcc69f39d5e1a5f36abe3e3bdf01320a +Subproject commit efc76b2f82fe184a4af6fcc2e6f41e7ca0a50e9f diff --git a/packages/twitch.yaml b/packages/twitch.yaml deleted file mode 100644 index f319891..0000000 --- a/packages/twitch.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# This file is for anything related to my Twitch streaming and considerations for my studio - -input_boolean: - stream_online: - name: Stream Online - icon: mdi:twitch - -automation: - - id: 8b42bbb1-9ec9-4238-a8b5-45d3dfce4ee0 - alias: Stream Online TTS Pause - description: This will attempt to block non-essential TTS notifications to the studio while stream is live - trigger: - - platform: state - entity_id: input_boolean.stream_online - from: 'off' - to: 'on' - id: stream-live - - platform: state - entity_id: input_boolean.stream_online - from: 'on' - to: 'off' - id: stream-offline - condition: - - condition: state - entity_id: binary_sensor.people_present - state: 'on' - action: - - if: - - condition: trigger - id: stream-live - then: - - service: switch.turn_on - target: - entity_id: switch.basement_echo_dot_do_not_disturb_switch - - if: - - condition: trigger - id: stream-offline - then: - - service: switch.turn_off - target: - entity_id: switch.basement_echo_dot_do_not_disturb_switch