2017-01-16 17:14:29 +00:00
|
|
|
###################################
|
2017-02-19 07:01:45 +00:00
|
|
|
## Self Healing Section -
|
2017-01-16 17:14:29 +00:00
|
|
|
## 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:
|
2017-02-19 07:01:45 +00:00
|
|
|
service: zwave.heal_network
|
|
|
|
|
|
|
|
|
|
- alias: Flush TTS Cache
|
|
|
|
|
hide_entity: True
|
|
|
|
|
trigger:
|
|
|
|
|
platform: time
|
|
|
|
|
after: '2:35:00'
|
|
|
|
|
action:
|
|
|
|
|
service: tts.clear_cache
|