Minimizing of the configuration sample (#1013)
This commit is contained in:
parent
ef7531c297
commit
3d47c6f54b
6 changed files with 7 additions and 16 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue