From cad2cea2f3762247e732f4887f4a76620d1f4e49 Mon Sep 17 00:00:00 2001 From: Erik Eriksson Date: Tue, 22 Nov 2016 15:38:04 +0100 Subject: [PATCH] More details about config (#1476) --- source/_components/sensor.dovado.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/_components/sensor.dovado.markdown b/source/_components/sensor.dovado.markdown index 86a7939d357..dac9d4e98b3 100644 --- a/source/_components/sensor.dovado.markdown +++ b/source/_components/sensor.dovado.markdown @@ -32,12 +32,13 @@ Configuration variables: - **username** (*Required*): Your username. - **password** (*Required*): Your password. -- **host** (*Optional*): The IP address of your router, e.g. `192.168.1.1`. -- **port** (*Optional*): The port number of your router, e.g. `999`. +- **host** (*Optional*): The IP address of your router, e.g. `192.168.1.1`. If no host is provided, the gateway for the same network as Home Assistant will automatically be used. +- **port** (*Optional*): The port number of your router, e.g. `999`. If no port is provided, the default API port (6435) will be used. - **sensors** array (*Required*): Conditions to display in the frontend. - - **network**: Network state. - - **signal**: The signal strength. + - **network**: Network state (3G, 4G, etc). + - **signal**: The signal strength (%). - **download**: The download speed. - **upload**: The upload speed. - - **sms**: Unread text messages + - **sms**: Number of unread text messages +If the router provides SMS functionality, a service for sending SMS will also be registered in Home Assistant.