Text message automation with LTE router

Hi all,

I bought a TP-Link LTE router, inserted SIM card etc., everything works nicely :slight_smile:

Now I want to setup HA so it can access the text message function of the router.

I added the integration as described on the official page, https://www.home-assistant.io/integrations/tplink_lte:

tplink_lte:
  - host: 192.168.9.1
    password: mypasswordishere
    notify:
      - name: sms1
        recipient: "+123456789"

I reloaded the config, no errors.

I went to automations and setup a simple automation:

alias: Send SMS
description: Hello
trigger:
  - platform: state
    entity_id:
      - input_boolean.send_sms
    to: "on"
action:
  - service: "notify.sms1"

I save the automation, manually run it, and HA says “notify.sms1” was an unknown service.

I tried Bing Chat, but it has no more ideas :frowning: So I’m hoping for your help here <3

Kinda related: When I first connected the LTE router to the network, HA automatically found it, but I accidentally clicked that integration away and now I can’t find it anymore. Does someone perchance know how I can get it back? :expressionless: