Added velbus config flow documentation (#9955)

* Added velbus config flow documentation

* Appliad all comments

* Missed 2 comments in PR9955

* ✏️ Tweak
This commit is contained in:
Maikel Punie 2019-07-29 09:46:32 +02:00 committed by Franck Nijhof
parent f59b8dd15b
commit 3baa5df87b

View File

@ -29,19 +29,23 @@ There is currently support for the following device types within Home Assistant:
## Configuration ## Configuration
The gateway needs to be configured by adding the following lines to your `configuration.yaml` file: There are 2 options in configuring the velbus integration:
- Via the Home Assistant user interface where it will let you enter the port string to connect to the Velbus bus.
- Via the Home Assistant `configuration.yaml` file.
```yaml ```yaml
# Example configuration.yaml entry for a USB or serial interface # Example configuration.yaml entry for a USB or serial interface
velbus: velbus:
port: '/dev/ttyUSB00' port: 'PORT_STRING'
``` ```
```yaml ## Port Sstring
# Example configuration.yaml entry for a TCP/IP interface
velbus: The port string used in the user interface or the configuration file can have 2 formats:
port: '127.0.0.1:3678'
``` - For a serial device: /dev/ttyUSB00
- For a tcp/ip device: 127.0.0.1:3678
{% configuration %} {% configuration %}
port: port: