Skip to content

Send SMS

`@ha-bits/bit-sms`v1.0.0📥 - downloadssms messaging mobile text tauri

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

ActionDescription
Send SMSSend an SMS message to a phone number
Send Alert SMSSend a pre-formatted alert SMS
Read MessagesRead SMS messages from the device (Android only)
Get Unread CountGet the count of unread SMS messages (Android only)
Check PermissionsCheck SMS permissions status
Request PermissionsRequest SMS permissions from the user
Format Phone NumberFormat a phone number to E.164 format

Released under the AGPL-3.0 License.