TP-Link LTE

The TP-Link LTE integration for Home Assistant makes it possible to send SMS’s from the TP-Link LTE router. Phone numbers have to be pre-defined as part of the YAML configuration, and each phone number will turn up as additional notify action in Home Assistant. The integration adds a new notify action for each adds a notification action to Home Assistant that can be used to send SMSs provides a notification action that will send an SMS. Tested only with TL-MR6400 v4.

The integration provides a notification action that will send an SMS.

Configuration

To enable the integration, add the following lines to your configuration.yamlconfiguration.yaml 文件是 Home Assistant 的主要配置文件。它列出了要加载的集成及其特定配置。在某些情况下,需要直接在 configuration.yaml 文件中手动编辑配置。大多数集成可以在 UI 中配置。 [Learn more] file:

# Example configuration.yaml entry
tplink_lte:
  - host: IP_ADDRESS
    password: SECRET
    notify:
      - name: sms1
        recipient: "+15105550123"
      - name: sms2
        recipient: "+55520525252"

Configuration Variables

host string Required

The IP address of the router web interface.

password string Required

The password used for the router web interface.

notify list (Optional)

A list of notification targets connected to this specific host.

recipient string | list Required

The phone number of a default recipient or a list with multiple recipients.

name string (Optional, default: notify)

The name of the notification action.