home-assistant.io/source/_components/notify.netgear_lte.markdown
Anders Melchiorsen f0b392747a Add Netgear LTE documentation (#5502)
* Add Netgear LTE documentation

* Address review comment

* Require default notify target

* Add missing backtick
2018-06-08 21:39:35 +02:00

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 %}