mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add swing support for KNX climate entities (#37173)
* add knx swing support * moved entity category
This commit is contained in:
parent
8507121641
commit
ff7a08590a
@ -1058,6 +1058,22 @@ fan_zero_mode:
|
||||
required: false
|
||||
type: string
|
||||
default: "off"
|
||||
swing_address:
|
||||
description: KNX address for turning the (vertical) swing on/off. *DPT 1*
|
||||
required: false
|
||||
type: [string, list]
|
||||
swing_state_address:
|
||||
description: KNX address for gathering the current state (on/off) of the (vertical) swing. *DPT 1*
|
||||
required: false
|
||||
type: [string, list]
|
||||
swing_horizontal_address:
|
||||
description: KNX address for turning the horizontal swing on/off. *DPT 1*
|
||||
required: false
|
||||
type: [string, list]
|
||||
swing_horizontal_state_address:
|
||||
description: KNX address for gathering the current state (on/off) of the horizontal swing. *DPT 1*
|
||||
required: false
|
||||
type: [string, list]
|
||||
entity_category:
|
||||
description: The [category](https://developers.home-assistant.io/docs/core/entity#generic-properties) of the entity.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user