Knx climate fan (#34900)

Co-authored-by: Matthias Alphart <farmio@alphart.net>
This commit is contained in:
Doron Somech 2024-09-25 00:04:52 +03:00 committed by GitHub
parent 6b64cb0bd7
commit 0e8e10f37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -946,6 +946,29 @@ max_temp:
description: Override the maximum temperature.
required: false
type: float
fan_speed_address:
description: KNX group address for setting the percentage or step of the fan. *DPT 5.001* or *DPT 5.010*
required: false
type: [string, list]
fan_speed_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]
fan_max_step:
description: The maximum amount of steps for the fan.
required: false
type: integer
default: 3
fan_speed_mode:
description: Fan speed group address data type. `percent` for *DPT 5.001* and `step` for *DPT 5.010*.
required: false
type: string
default: percent
fan_zero_mode:
description: The fan mode for the zero speed, either `off` or `auto`. This affects the fan modes displayed in the UI.
required: false
type: string
default: "off"
entity_category:
description: The [category](https://developers.home-assistant.io/docs/core/entity#generic-properties) of the entity.
required: false