Moved Polly sensors due to new MQTT definition requirements
This commit is contained in:
@ -72,6 +72,14 @@ input_boolean:
|
|||||||
debug_texts:
|
debug_texts:
|
||||||
name: 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:
|
notify:
|
||||||
- platform: ios
|
- platform: ios
|
||||||
- name: all_ios
|
- name: all_ios
|
||||||
|
@ -200,11 +200,3 @@
|
|||||||
end: '{{ now() }}'
|
end: '{{ now() }}'
|
||||||
duration:
|
duration:
|
||||||
hours: 24
|
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"
|
|
||||||
|
Reference in New Issue
Block a user