Update for new KNX fan switch GA

This commit is contained in:
Philip Allgaier 2022-06-08 00:15:38 +02:00 committed by GitHub
parent 9995e991ab
commit 2d99c8d952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -900,6 +900,14 @@ state_address:
description: KNX group address for retrieving the percentage or step of the fan. *DPT 5.001* or *DPT 5.010* description: KNX group address for retrieving the percentage or step of the fan. *DPT 5.001* or *DPT 5.010*
required: false required: false
type: [string, list] type: [string, list]
switch_address:
description: KNX group address for switching the fan on/off. If not provided, on/off will implicitly be controlled via the speed `address` instead. *DPT 1*
required: false
type: [string, list]
switch_state_address:
description: KNX group address for retrieving the on/off state of the fan. If not provided, on/off state will implicitly be derived from the `state_address` instead. *DPT 1*
required: false
type: [string, list]
oscillation_address: oscillation_address:
description: KNX group address for switching the fan oscillation on or off. *DPT 1* description: KNX group address for switching the fan oscillation on or off. *DPT 1*
required: false required: false