Add swing support for KNX climate entities (#37173)

* add knx swing support

* moved entity category
This commit is contained in:
Richard Polzer 2025-01-29 08:18:01 +01:00 committed by GitHub
parent 8507121641
commit ff7a08590a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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