Removed unused debug script
This commit is contained in:
@ -73,9 +73,6 @@ input_boolean:
|
|||||||
welcome_home:
|
welcome_home:
|
||||||
name: Welcome Home
|
name: Welcome Home
|
||||||
icon: mdi:human-greeting
|
icon: mdi:human-greeting
|
||||||
debug_texts:
|
|
||||||
name: Debug Texts
|
|
||||||
icon: mdi:debug-step-over
|
|
||||||
|
|
||||||
# Amazon Polly Sensors to see last message and location of audible notification
|
# Amazon Polly Sensors to see last message and location of audible notification
|
||||||
mqtt:
|
mqtt:
|
||||||
@ -172,17 +169,6 @@ script:
|
|||||||
message: >
|
message: >
|
||||||
{{ message }}
|
{{ message }}
|
||||||
|
|
||||||
text_debug:
|
|
||||||
sequence:
|
|
||||||
- condition: state
|
|
||||||
entity_id: input_boolean.debug_texts
|
|
||||||
state: 'on'
|
|
||||||
- service: notify.ios_tony
|
|
||||||
data_template:
|
|
||||||
title: '{{ title }}'
|
|
||||||
message: >
|
|
||||||
{{ message }}
|
|
||||||
|
|
||||||
text_notify_tony:
|
text_notify_tony:
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
Reference in New Issue
Block a user