Fix samples, add title and other changes (#3828)
This commit is contained in:
parent
9faef559b6
commit
f91615cbb6
7 changed files with 106 additions and 117 deletions
|
@ -26,26 +26,13 @@ sensor:
|
|||
name: Heating.Valve1
|
||||
address: '2/0/0'
|
||||
type: 'percent'
|
||||
|
||||
- platform: knx
|
||||
name: Kitchen.Temperature
|
||||
address: '6/2/1'
|
||||
type: 'temperature'
|
||||
|
||||
- platform: knx
|
||||
name: Wind speed
|
||||
type: speed_ms
|
||||
address: 1/0/0
|
||||
|
||||
- platform: knx
|
||||
name: Lux
|
||||
type: illuminance
|
||||
address: 1/0/1
|
||||
```
|
||||
|
||||
* **name** (*Optional*): A name for this device used within Home Assistant.
|
||||
* **address**: KNX group address of the sensor
|
||||
* **type**: (Optional) "percent", "temperature", "illuminance", "speed_ms", "current"
|
||||
|
||||
|
||||
- **name** (*Optional*): A name for this device used within Home Assistant.
|
||||
- **address**: KNX group address of the sensor.
|
||||
- **type** (Optional): "percent", "temperature", "illuminance", "speed_ms", "current".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue