mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Configurable default hvac_mode
for KNX climate (#18851)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
549d1bbcd0
commit
28a1345d35
@ -698,6 +698,11 @@ controller_modes:
|
||||
description: Overrides the supported controller modes. Provide the supported `hvac_mode` values for your device.
|
||||
required: false
|
||||
type: list
|
||||
default_controller_mode:
|
||||
description: Overrides the default controller mode. Any Home Assistant `hvac_mode` can be configured. This can, for example, be set to "cool" for cooling-only devices.
|
||||
required: false
|
||||
default: "heat"
|
||||
type: string
|
||||
on_off_address:
|
||||
description: KNX address for switching the climate device on/off. *DPT 1*
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user