mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-31 21:18:03 +00:00
Update for new KNX fan switch GA
This commit is contained in:
parent
9995e991ab
commit
2d99c8d952
@ -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*
|
||||
required: false
|
||||
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:
|
||||
description: KNX group address for switching the fan oscillation on or off. *DPT 1*
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user