home-assistant.io/source/_components/netgear_lte.markdown
2018-06-21 15:27:56 -04:00

1.0 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 Other 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
# 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 %}