The textko
platform uses Textko to deliver notifications from Home Assistant.
- Clone this repository.
- Copy
custom_components
folder to your Home Assistantconfiguration folder
.
Go to your Textko Projects section and create your new project. After creating your project, you should now be able to obtain your API Token
.
To add Textko to your installation, add the following to your Home Assistant configuration.yaml
file:
notify:
- platform: textko
name: Textko
api_token: {{YOUR TEXTKO API TOKEN}}
to_no: {{YOUR MOBILE NO}}
Configuration variables:
- name (Optional): Setting the optional parameter name allows multiple notifiers to be created. The default value is
Textko
. The notifier will bind to the service notify.NOTIFIER_NAME. - api_token (Required): Your
API Token
for your Textko project. - to_no (Required): Your mobile no. This is where you want to send your notification messages. eg:
09171234567
To use notifications, please see the getting started with automation page.