mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 10:36:50 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, logo, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | logo | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Dovado Sensor | How to integrate Dovado sensors within Home Assistant. | 2016-11-05 08:00 | true | false | true | true | System Monitor | dovado.png | 0.32 | Local Polling |
The dovado
sensor platform let you monitor your Dovado router.
To add a Dovado sensor to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: dovado
sensors:
- network
{% configuration %} sensors: description: Conditions to display in the frontend. Only accepts the values listed here. required: true type: list keys: network: description: Creates a sensor for Network State (3G, 4G, etc.). signal: description: Creates a sensor for the signal strength. download: description: Creates a sensor for download speed. upload: description: Creates a sensor for download speed. sms: description: Creates a sensor for number of unread text messages. {% endconfiguration %}