Compare commits
2 Commits
d019d5e078
...
8d7db9ce09
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d7db9ce09 | |||
| 6d0c7f34d5 |
@@ -1,5 +1,5 @@
|
|||||||
- id: '1632537684866'
|
- id: '1632537684866'
|
||||||
alias: Appliance has finished
|
alias: Washing machine has finished
|
||||||
description: ''
|
description: ''
|
||||||
use_blueprint:
|
use_blueprint:
|
||||||
path: sbyx/notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml
|
path: sbyx/notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml
|
||||||
@@ -11,11 +11,7 @@
|
|||||||
message: Wash cycle is now complete!
|
message: Wash cycle is now complete!
|
||||||
- service: notify.mobile_app_pixel_4a
|
- service: notify.mobile_app_pixel_4a
|
||||||
data:
|
data:
|
||||||
message: Wash cycle is not complete!
|
message: Wash cycle is now complete!
|
||||||
- service: tts.cloud_say
|
|
||||||
data:
|
|
||||||
entity_id: media_player.livingroom_speaker
|
|
||||||
message: The wash cycle is now complete
|
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: media_player.bedroom_tv_chromecast
|
entity_id: media_player.bedroom_tv_chromecast
|
||||||
state: playing
|
state: playing
|
||||||
|
|||||||
@@ -1,2 +1,10 @@
|
|||||||
- platform: environment_canada
|
- platform: environment_canada
|
||||||
name: local
|
name: local
|
||||||
|
|
||||||
|
- platform: ffmpeg
|
||||||
|
name: Veg Tent
|
||||||
|
input: -rtsp_transport tcp -i rtsp://mike:classic10@192.168.0.91/live
|
||||||
|
|
||||||
|
- platform: ffmpeg
|
||||||
|
name: Flower Tent
|
||||||
|
input: -rtsp_transport tcp -i rtsp://mike:classic10@192.168.0.92/live
|
||||||
|
|||||||
Reference in New Issue
Block a user