Skip to content

Commit e21a26f

Browse files
committed
Add inital dovado docs
1 parent 9325c4a commit e21a26f

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: page
3+
title: "Dovado"
4+
description: "How to integrate Dovado sensorswithin Home Assistant."
5+
date: 2016-11-05 08:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: System Monitoring
11+
featured: true
12+
ha_release: 0.32
13+
---
14+
15+
The `dovado` platform let you monitor your router from [Dovado](http://www.dovado.com/)
16+
17+
To add a Dovado sensor to your installation, add the following to your `configuration.yaml` file:
18+
19+
```yaml
20+
# Example configuration.yaml entry
21+
sensor:
22+
- platform: dovado
23+
username: YOUR_USERNAME
24+
password: YOUR_PASSWORD
25+
host: IP_ADDRESS
26+
port: PORT
27+
sensors:
28+
- network
29+
```
30+
31+
Configuration variables:
32+
33+
- **username** (*Required*): Your username.
34+
- **password** (*Required*): Your password.
35+
- **host** (*Optional*): The IP address of your router, e.g. `192.168.1.1`.
36+
- **port** (*Optional*): The port number of your router, e.g. `999`.
37+
- **sensors** array (*Required*): Conditions to display in the frontend.
38+
- **network**: Network state.
39+
- **signal**: The signal strength.
40+
- **download**: The download speed.
41+
- **upload**: The upload speed.
42+
- **sms**: Unread text messages
43+
4.73 KB
Loading

0 commit comments

Comments
 (0)