From ff7a08590a2523c07ea2a3f1a3235d3aed6ec427 Mon Sep 17 00:00:00 2001 From: Richard Polzer Date: Wed, 29 Jan 2025 08:18:01 +0100 Subject: [PATCH] Add swing support for KNX climate entities (#37173) * add knx swing support * moved entity category --- source/_integrations/knx.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index b13b8c5fe83..c46c1623cc8 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -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