This repository contains the Home Assistant add-on GAMMU text SMS, was created with the help of AI to complement the excellent Home Assistant software, making smart homes easier and more enjoyable for everyone.
- Go to Settings → Add-ons → Add-on Store → Repositories.
- Add the repository URL: https://github.com/rpisoft/ha_gammu
- Open the add-on configuration and save your device
/dev/ttyUSB0 e.g. /dev/serial/by-id/usb-HUAWEI_MOBILE_HUAWEI_MOBILE-if00-port0- Start the add-on.
- Add to configuration.yaml
rest_command:
send_sms:
url: "http://localhost:5000/send_sms"
method: POST
content_type: "application/json"
payload: '{"number": "{{ number }}", "message": "{{ message }}"}'MIT