mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
replace address with state_address (#10084)
as per 0.97 release notes xKNX climate now uses : state_address instead of address
This commit is contained in:
parent
a6a687c360
commit
382b852f9a
@ -21,11 +21,11 @@ To use your KNX sensor in your installation, add the following lines to your `co
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: knx
|
- platform: knx
|
||||||
name: Heating.Valve1
|
name: Heating.Valve1
|
||||||
address: '2/0/0'
|
state_address: '2/0/0'
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
address:
|
state_address:
|
||||||
description: KNX group address of the sensor.
|
description: KNX group address of the sensor.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
@ -79,10 +79,10 @@ type:
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: knx
|
- platform: knx
|
||||||
name: Heating.Valve1
|
name: Heating.Valve1
|
||||||
address: '2/0/0'
|
state_address: '2/0/0'
|
||||||
type: 'percent'
|
type: 'percent'
|
||||||
- platform: knx
|
- platform: knx
|
||||||
name: Kitchen.Temperature
|
name: Kitchen.Temperature
|
||||||
address: '6/2/1'
|
state_address: '6/2/1'
|
||||||
type: 'temperature'
|
type: 'temperature'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user