From f9ff39beb5065fa811cd8be9345bbc809cdb2adf Mon Sep 17 00:00:00 2001 From: Julius Mittenzwei Date: Tue, 28 Nov 2017 08:16:08 +0100 Subject: [PATCH] Configuration for broadcast time to KNX bus. (#4007) --- source/_components/knx.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/knx.markdown b/source/_components/knx.markdown index b48642e7ce5..ff8c0786fcc 100644 --- a/source/_components/knx.markdown +++ b/source/_components/knx.markdown @@ -83,6 +83,7 @@ knx: - **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 HOme Assistant 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. +- **time_address** (*Optional*): Broadcast current local time to KNX bus with configured group address. ### {% linkable_title Services %}