mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update knx.markdown (#16283)
Fix sync_state syntax example. * The unit for the sync_state is minutes and not seconds * The update regularly command is 'every' and not 'expire'
This commit is contained in:
parent
c159c0f2a5
commit
421bb76e6d
@ -876,7 +876,7 @@ knx:
|
|||||||
state_address: '2/0/0'
|
state_address: '2/0/0'
|
||||||
```
|
```
|
||||||
|
|
||||||
In order to actively read the sensor data from the bus all 30 seconds you can add the following lines to your `configuration.yaml`:
|
In order to actively read the sensor data from the bus all 30 minutes you can add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -884,7 +884,7 @@ knx:
|
|||||||
sensor:
|
sensor:
|
||||||
- name: Heating.Valve1
|
- name: Heating.Valve1
|
||||||
state_address: '2/0/0'
|
state_address: '2/0/0'
|
||||||
sync_state: expire 30
|
sync_state: every 30
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user