Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions source/_components/notify.tplink_lte.markdown

This file was deleted.

44 changes: 24 additions & 20 deletions source/_components/tplink_lte.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ sharing: true
footer: true
logo: tp-link.png
ha_release: 0.83
ha_category: Network
ha_category:
- Network
- Notifications
ha_iot_class: "Local Polling"
redirect_from:
- /components/notify.tplink_lte/
---

The TP-Link LTE integration for Home Assistant allows you to observe and control TP-Link LTE routers, currently only tested with TL-MR6400 (firmware 1.4.0).
Expand All @@ -35,25 +39,25 @@ tplink_lte:

{% configuration %}
host:
description: The IP address of the router web interface.
required: true
type: string
description: The IP address of the router web interface.
required: true
type: string
password:
description: The password used for the router web interface.
required: true
type: string
description: The password used for the router web interface.
required: true
type: string
notify:
description: A list of notification services connected to this specific host.
required: false
type: list
keys:
target:
description: The phone number of a default recipient or a list with multiple recipients.
required: true
type: string, list
name:
description: The name of the notification service.
required: false
default: notify
type: string
description: A list of notification services connected to this specific host.
required: false
type: list
keys:
target:
description: The phone number of a default recipient or a list with multiple recipients.
required: true
type: string, list
name:
description: The name of the notification service.
required: false
default: notify
type: string
{% endconfiguration %}