mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fixed automation
This commit is contained in:
parent
412bdd570e
commit
89b3c382c8
@ -37,14 +37,15 @@ Google Voice is a notify platform and thus can be controlled by calling the noti
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example automation notification entry
|
# Example automation notification entry
|
||||||
- alias: Send a notification
|
automation:
|
||||||
|
- alias: The sun has set
|
||||||
trigger:
|
trigger:
|
||||||
platform: event
|
platform: sun
|
||||||
event_type: 'some event'
|
event: sunset
|
||||||
action:
|
action:
|
||||||
service: notify.googlevoice
|
service: notify.googlevoice
|
||||||
data:
|
data:
|
||||||
message: 'Google Voice SMS test'
|
message: 'The sun has set'
|
||||||
target:
|
target:
|
||||||
- 5555555555
|
- 5555555555
|
||||||
- 5555555556
|
- 5555555556
|
||||||
|
Loading…
x
Reference in New Issue
Block a user