Skip to content

Commit

Permalink
Update README files
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu committed Aug 13, 2020
1 parent fcdc86b commit b1a2d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ python_script:
trigger:
- platform: homeassistant
event: start
- platform: time_pattern
hours: "/6"
action:
service: mqtt.publish
data:
Expand Down Expand Up @@ -119,10 +117,8 @@ python_script:
- id: shellies_announce
alias: 'Shellies Announce'
trigger:
- platform: homeassistant
event: start
- platform: time_pattern
hours: "/6"
platform: homeassistant
event: start
action:
service: mqtt.publish
data:
Expand Down
12 changes: 4 additions & 8 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ python_script:
- id: shellies_announce
alias: 'Shellies Announce'
trigger:
- platform: homeassistant
event: start
- platform: time_pattern
hours: "/6"
platform: homeassistant
event: start
action:
service: mqtt.publish
data:
Expand Down Expand Up @@ -99,10 +97,8 @@ python_script:
- id: shellies_announce
alias: 'Shellies Announce'
trigger:
- platform: homeassistant
event: start
- platform: time_pattern
hours: "/6"
platform: homeassistant
event: start
action:
service: mqtt.publish
data:
Expand Down

0 comments on commit b1a2d1b

Please sign in to comment.