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