mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Knx climate fan (#34900)
Co-authored-by: Matthias Alphart <farmio@alphart.net>
This commit is contained in:
parent
6b64cb0bd7
commit
0e8e10f37e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user