Minimizing of the configuration sample (#1013)

This commit is contained in:
Fabian Affolter 2016-09-30 20:59:45 +02:00 committed by GitHub
parent ef7531c297
commit 3d47c6f54b
6 changed files with 7 additions and 16 deletions

View file

@ -30,17 +30,16 @@ To use your KNX sensor in your installation, add the following to your `configur
# Example configuration.yaml entry
sensor:
- platform: knx
name: knxweather_temp
type: temperature
address: 1/0/3
- platform: knx
name: knxweather_wind
name: Wind speed
type: speed_ms
address: 1/0/0
- platform: knx
name: knxweather_lux
name: Lux
type: illuminance
address: 1/0/1
```