home-assistant.io/source/_components/netgear_lte.markdown
Fabian Affolter a1277a8cb6
Various fixes
2018-09-03 10:21:56 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_release ha_category ha_iot_class
page Netgear LTE Instructions on how to integrate your Netgear LTE modem within Home Assistant. 2018-06-06 23:00 true false true true netgear.png 0.72 Network Local Polling

The Netgear LTE integration for Home Assistant allows you to observe and control Netgear LTE modems, currently only tested with LB2120.

The integration provides:

  • a notify service that will send an SMS
  • a sensor with the number of unread SMS messages in the inbox
  • a sensor with data usage

{% linkable_title Configuration %}

To enable the component, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
netgear_lte:
  - host: IP_ADDRESS
    password: SECRET

{% configuration %} host: description: The IP address of the modem web interface. required: true type: string password: description: The password used for the modem web interface. required: true type: string {% endconfiguration %}