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 How to integrate Dovado within Home Assistant. 2019-01-26 15:45 true false true true System Monitor dovado.png 0.87 Local Polling

The dovado component manages communication with the Dovado router. Once you've setup this component, you should enable the sensor and notify platforms to use Dovado.

To add a Dovado component to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
dovado:
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

{% configuration %} username: description: Your Dovado username. required: true type: string password: description: Your Dovado password. required: true type: string host: description: The IP address of your router. required: false type: string default: Home Assistant's default gateway port: description: The port number of your router. required: false type: integer default: 6435 {% endconfiguration %}