Send SMS
Send and read SMS messages on mobile devices
Usage
yaml
# In your habit YAML
nodes:
- id: my-bit-sms-node
type: bit
framework: bits
module: "@ha-bits/bit-sms"
action: "sendSms"
data:
# action properties...Actions
| Action | Description |
|---|---|
| Send SMS | Send an SMS message to a phone number |
| Send Alert SMS | Send a pre-formatted alert SMS |
| Read Messages | Read SMS messages from the device (Android only) |
| Get Unread Count | Get the count of unread SMS messages (Android only) |
| Check Permissions | Check SMS permissions status |
| Request Permissions | Request SMS permissions from the user |
| Format Phone Number | Format a phone number to E.164 format |
