From 9433670a189b71a0f91f9e2a6038018dcda9ac60 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 1 Jun 2022 15:34:00 -0400 Subject: [PATCH] Moved Polly sensors due to new MQTT definition requirements --- packages/notify.yaml | 8 ++++++++ sensors/house_stats.yaml | 10 +--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/notify.yaml b/packages/notify.yaml index 62db10d..17bdd8f 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -72,6 +72,14 @@ input_boolean: debug_texts: name: Debug Texts +# Amazon Polly Sensors to see last message and location of audible notification +mqtt: + sensor: + - name: "Jarvis Last Msg" + state_topic: "house/polly/lastmsg" + - name: "Jarvis Last Location" + state_topic: "house/polly/lastloc" + notify: - platform: ios - name: all_ios diff --git a/sensors/house_stats.yaml b/sensors/house_stats.yaml index 77457fe..6b1c774 100644 --- a/sensors/house_stats.yaml +++ b/sensors/house_stats.yaml @@ -199,12 +199,4 @@ type: time end: '{{ now() }}' duration: - hours: 24 - -# Amazon Polly Sensors to see last message and location of audible notification -- platform: mqtt - name: "Jarvis Last Msg" - state_topic: "house/polly/lastmsg" -- platform: mqtt - name: "Jarvis Last Location" - state_topic: "house/polly/lastloc" + hours: 24 \ No newline at end of file