You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
511 B
21 lines
511 B
###################################
|
|
## Self Healing Section -
|
|
## Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0).
|
|
###################################
|
|
|
|
- alias: Heal ZWave Nightly
|
|
hide_entity: True
|
|
trigger:
|
|
platform: time
|
|
after: '2:31:00'
|
|
action:
|
|
service: zwave.heal_network
|
|
|
|
- alias: Flush TTS Cache
|
|
hide_entity: True
|
|
trigger:
|
|
platform: time
|
|
after: '2:35:00'
|
|
action:
|
|
service: tts.clear_cache
|