mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00

* Add Netgear LTE documentation * Address review comment * Require default notify target * Add missing backtick
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Netgear LTE Notify | Instructions on how to add Netgear LTE notifications to Home Assistant. | 2018-06-06 23:00 | true | false | true | true | netgear.png | Notifications | 0.72 |
The netgear_lte
platform allows you to use a Netgear LTE modem for notifications from Home Assistant. The message will be sent as an SMS text message.
This requires you to have set up the Netgear LTE component.
# Example configuration.yaml entry
notify:
- platform: netgear_lte
name: sms
target: "+15105550123"
{% configuration %}
target:
description: The phone number of a default recipient or a list with multiple recipients.
required: true
type: string, list
name:
description: Setting the optional parameter name
allows multiple notifiers to be created.
required: false
default: notify
type: string
host:
description: The modem to use. Not needed if you only have one.
required: false
type: string
{% endconfiguration %}