Add humidity to KNX climate (#35304)

This commit is contained in:
Alexander Knöbel 2024-10-21 10:02:14 +02:00 committed by GitHub
parent fa1797ebf9
commit 813349a39f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -892,6 +892,10 @@ command_value_state_address:
description: KNX address for reading current command value in percent. `0` sets the climate entity to idle if `active_state_address` is not set. *DPT 5.001*
required: false
type: [string, list]
humidity_state_address:
description: KNX address for reading current humidity. *DPT 9.007*
required: false
type: [string, list]
operation_mode_address:
description: KNX address for setting operation mode (auto / building protection / economy / standby / comfort). *DPT 20.102*
required: false