From 4645762f8282fc986ee3a64231c19851943c5b49 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 22 Sep 2022 16:45:25 -0400 Subject: [PATCH] Added entities for text notification system #42 --- node-red/projects/NerdFlows | 2 +- packages/notify.yaml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/node-red/projects/NerdFlows b/node-red/projects/NerdFlows index 944e970..f466c96 160000 --- a/node-red/projects/NerdFlows +++ b/node-red/projects/NerdFlows @@ -1 +1 @@ -Subproject commit 944e970118f0bbf598873fec938b998dfc32045f +Subproject commit f466c96e1dac6ea5e7dd6274047a26b78cc6f2d7 diff --git a/packages/notify.yaml b/packages/notify.yaml index d709feb..626fda0 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -79,6 +79,36 @@ input_boolean: studio_quiet: name: Studio Quiet icon: mdi:twitch + send_text_to_phones: + name: Send Text to Phones + icon: mdi:cellphone-message + send_text_to_tvs: + name: Send Text to TVs + icon: mdi:television + +input_select: + select_phones: + name: Select Phones + options: + - None + - Tony + - Tina + - Kallen + - Parents + - Nerds + - All + initial: None + icon: mdi:cellphone-message + select_tvs: + name: Select TVs + options: + - None + - Living Room + - Master Bedroom + - Basement Studio + - All + initial: None + icon: mdi:television-play # Amazon Polly Sensors to see last message and location of audible notification mqtt: