home-assistant.io/source/_components/sensor.netgear_lte.markdown
2018-09-03 12:20:17 +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 Sensor Instructions on how to integrate Netgear LTE sensors into Home Assistant. 2018-06-06 23:00 true false true true netgear.png 0.72 Network Local Polling

The netgear_lte sensor platform allows you to monitor your Netgear LTE modem.

This requires you to have set up the Netgear LTE component.

{% linkable_title Configuration %}

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

# Example configuration.yaml entry
sensor:
  - platform: netgear_lte
    sensors:
      - sms
      - usage

{% configuration %} sensors: description: Sensor types to create. required: true type: list keys: sms: description: Number of unread SMS messages in the modem inbox. usage: description: Amount of data transferred. host: description: The modem to use. Not needed if you only have one. required: false type: string {% endconfiguration %}