Moved Polly sensors due to new MQTT definition requirements
This commit is contained in:
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user