mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-14 23:55:18 +00:00
Migrated ThrowBacks into this script and also added parameter for defining BearStone or CCOSTAN as the twitter source. #591
This commit is contained in:
@@ -314,7 +314,12 @@ tweet_engine_image:
|
||||
{{ tweet }}
|
||||
retain: true
|
||||
|
||||
- service: notify.bearstoneha
|
||||
- service_template: >
|
||||
{% if who == 'ccostan' %}
|
||||
notify.ccostan
|
||||
{% else %}
|
||||
notify.bearstoneha
|
||||
{% endif %}
|
||||
data_template:
|
||||
message: >-
|
||||
{{ tweet }} #IOT #SmartHome
|
||||
|
Reference in New Issue
Block a user