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"