{{ error('action.enabled') }}
Actions are becoming the buttons you will see under the notification message to take an action right from the chat
{{ error('action.listen') }}
To listen to all interfaces you can use "0.0.0.0" (IPv4) or "::" (IPv6)
{{ error('action.port') }}
{{ error('action.host') }}
{{ error('action.path') }}
Your instance external URL: http://{{ platform.action.host ? platform.action.host : 'your-homebridge-host' }}:{{ platform.action.port ? platform.action.port : 53535 }}{{ platform.action.path ? platform.action.path : '/' }}
Don't forget to make sure that your Homebridge instance is reachable from the web
{{ error('title', cIdx) }}
{{ error('token', cIdx) }}
Your Notify.Events channel token
{{ error('name', cIdx, mIdx) }}

{{ error('title', cIdx, mIdx) }}
{{ error('text', cIdx, mIdx) }}
Allowed html-tags: <b>, <i>, <a href="">, <br>
{{ error('priority', cIdx, mIdx) }}
{{ error('level', cIdx, mIdx) }}
{{ error('filename', cIdx, mIdx, iIdx) }}
{{ error('filename', cIdx, mIdx, fIdx) }}
{{ error('name', cIdx, mIdx, aIdx) }}
{{ error('title', cIdx, mIdx, aIdx) }}