From d6cd5d5623253c4c8e67469793ef02f7b1617db7 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 19 Apr 2022 18:49:46 -0400 Subject: [PATCH] Added Jarvis sensors --- sensors/house_stats.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sensors/house_stats.yaml b/sensors/house_stats.yaml index 74bc585..f0c037c 100644 --- a/sensors/house_stats.yaml +++ b/sensors/house_stats.yaml @@ -121,3 +121,11 @@ entity_id: sensor.pirateweather_humidity state_characteristic: mean sampling_size: 500 + +# 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"