disbaling update tweet - testing one in automations
This commit is contained in:
parent
95a0c72b37
commit
682c8a2b27
|
@ -26,13 +26,15 @@ automation:
|
||||||
message: >-
|
message: >-
|
||||||
"Its a new month, so this is a good time to remind you that I am powered by @homeassistant and configured by @thejeffreystone. Find my code at https://github.com/thejeffreystone/home-assistant-configuration"
|
"Its a new month, so this is a good time to remind you that I am powered by @homeassistant and configured by @thejeffreystone. Find my code at https://github.com/thejeffreystone/home-assistant-configuration"
|
||||||
|
|
||||||
- id: tweet_new_ha_version
|
#- id: tweet_new_ha_version
|
||||||
alias: Tweet New HA Version
|
# alias: Tweet New HA Version
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: state
|
# - platform: state
|
||||||
entity_id: updater.updater
|
# entity_id: binary_sensor.updater
|
||||||
action:
|
# from: 'off'
|
||||||
- service: script.twitter_new_ha
|
# to: 'on'
|
||||||
|
# action:
|
||||||
|
# - service: script.twitter_new_ha
|
||||||
|
|
||||||
- id: tweet_some_snark
|
- id: tweet_some_snark
|
||||||
alias: Tweet Some Snark
|
alias: Tweet Some Snark
|
||||||
|
|
Loading…
Reference in New Issue