home-assistant.io/source/_components/netgear_lte.markdown
Anders Melchiorsen deaee14a25 Consolidate the netgear_lte configuration (#9000)
* Consolidate the netgear_lte configuration

* Address comments from review
2019-03-23 17:09:52 +01:00

2.7 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_release ha_category ha_iot_class redirect_from
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
Notifications
Sensor
Local Polling
/components/notify.netgear_lte/
/components/sensor.netgear_lte/

The Netgear LTE integration for Home Assistant allows you to observe and control Netgear LTE modems.

There is currently support for the following device types within Home Assistant:

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 integration, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
netgear_lte:
  - host: IP_ADDRESS
    password: SECRET
    notify:
      - name: sms
        recipient: "+15105550123"
    sensor:
      monitored_conditions:
        - usage
        - sms

{% 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 notify: description: A list of notification services connected to this specific host. required: false type: list keys: recipient: description: The phone number of a default recipient or a list with multiple recipients. required: false type: string, list name: description: The name of the notification service. required: false default: notify type: string sensor: description: Configuration options for sensors. required: false type: map keys: monitored_conditions: description: Sensor types to create. required: false default: usage type: list keys: sms: description: Number of unread SMS messages in the modem inbox. usage: description: Amount of data transferred. {% endconfiguration %}

{% linkable_title Notifications %}

The netgear_lte integration allows you to use a Netgear LTE modem for notifications from Home Assistant. The message will be sent as an SMS text message.

If you do not supply notify configuration, a default notification service with no default recipient is created.

{% linkable_title Sensor %}

The netgear_lte integration allows you to monitor your Netgear LTE modem.

If you do not supply sensor configuration, a default set of sensors is created.