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