Skip to content

Commit

Permalink
Updated documentation for knx component. (home-assistant#3685)
Browse files Browse the repository at this point in the history
* Updated documentation for knx component. Added option for configurable state updater.

* Minor changes
  • Loading branch information
Julius2342 authored and fabaff committed Oct 20, 2017
1 parent 61f8710 commit a5b868f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/_components/knx.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ knx:
fire_event_filter: ["1/0/*", "6/2,3,4-6/*"]
```
* **fire_event** (Optional) if set to True, platform will write all received KNX messages to event bus
* **fire_event_filter** If `fire_event` is set `fire_event_filter` has to be specified. `fire_event_filter` defines a list of patterns for filtering KNX addresses. Only telegrams which match this pattern are sent to the HASS event bus.

* **fire_event** (*Optional*): If set to True, platform will write all received KNX messages to event bus
* **fire_event_filter** (*Optional*): If `fire_event` is set `fire_event_filter` has to be specified. `fire_event_filter` defines a list of patterns for filtering KNX addresses. Only telegrams which match this pattern are sent to the HASS event bus.

* **state_updater** (*Optional*): The component will collect the current state of each configured device from the KNX bus to display it correctly within Home-Assistant. Set this option to False to prevent this behaviour.

Service
-------
Expand All @@ -92,8 +92,8 @@ Service: send
Service Data: {"address": "1/0/15", "payload": 0}
```

* **address** : KNX group address
* **payload** : payload, either an integer or an array of integers
* **address**: KNX group address
* **payload**: Payload, either an integer or an array of integers



Expand Down

0 comments on commit a5b868f

Please sign in to comment.