mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 18:57:17 +00:00
🚜 Merges/Redirect TP-Link LTE component pages (#8546)
This commit is contained in:
parent
16d646e717
commit
606f9c6a18
@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: "TP-Link LTE Notify"
|
|
||||||
description: "Instructions on how to add TP-Link LTE notifications to Home Assistant."
|
|
||||||
date: 2018-10-03 21:30
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: tp-link.png
|
|
||||||
ha_category: Notifications
|
|
||||||
ha_release: "0.83"
|
|
||||||
ha_iot_class: "Local Polling"
|
|
||||||
---
|
|
||||||
|
|
||||||
The `tplink_lte` platform allows you to use a TP-Link LTE router for notifications from Home Assistant. The message will be sent as an SMS text message.
|
|
||||||
|
|
||||||
See the [TP-Link LTE component](/components/tplink_lte/) for configuration and setup instructions.
|
|
@ -9,8 +9,12 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: tp-link.png
|
logo: tp-link.png
|
||||||
ha_release: 0.83
|
ha_release: 0.83
|
||||||
ha_category: Network
|
ha_category:
|
||||||
|
- Network
|
||||||
|
- Notifications
|
||||||
ha_iot_class: "Local Polling"
|
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).
|
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).
|
||||||
@ -35,25 +39,25 @@ tplink_lte:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: The IP address of the router web interface.
|
description: The IP address of the router web interface.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: The password used for the router web interface.
|
description: The password used for the router web interface.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
notify:
|
notify:
|
||||||
description: A list of notification services connected to this specific host.
|
description: A list of notification services connected to this specific host.
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
target:
|
target:
|
||||||
description: The phone number of a default recipient or a list with multiple recipients.
|
description: The phone number of a default recipient or a list with multiple recipients.
|
||||||
required: true
|
required: true
|
||||||
type: string, list
|
type: string, list
|
||||||
name:
|
name:
|
||||||
description: The name of the notification service.
|
description: The name of the notification service.
|
||||||
required: false
|
required: false
|
||||||
default: notify
|
default: notify
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user