Generic Thermostat min_cycle_duration not working with keep_alive (#23728)

This commit is contained in:
Jan Bouwhuis 2022-08-21 18:54:00 +02:00 committed by GitHub
parent 7ebbe82b0f
commit 3ea6d133ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ ac_mode:
type: boolean type: boolean
default: false default: false
min_cycle_duration: min_cycle_duration:
description: Set a minimum amount of time that the switch specified in the *heater* option must be in its current state prior to being switched either off or on. description: Set a minimum amount of time that the switch specified in the *heater* option must be in its current state prior to being switched either off or on. This option will be ignored if the `keep_alive` option is set.
required: false required: false
type: [time, integer] type: [time, integer]
cold_tolerance: cold_tolerance:
@ -74,7 +74,7 @@ hot_tolerance:
default: 0.3 default: 0.3
type: float type: float
keep_alive: keep_alive:
description: Set a keep-alive interval. If set, the switch specified in the *heater* option will be triggered every time the interval elapses. Use with heaters and A/C units that shut off if they don't receive a signal from their remote for a while. Use also with switches that might lose state. The keep-alive call is done with the current valid climate integration state (either on or off). description: Set a keep-alive interval. If set, the switch specified in the *heater* option will be triggered every time the interval elapses. Use with heaters and A/C units that shut off if they don't receive a signal from their remote for a while. Use also with switches that might lose state. The keep-alive call is done with the current valid climate integration state (either on or off). When `keep_alive` is set the `min_cycle_duration` option will be ignored.
required: false required: false
type: [time, integer] type: [time, integer]
initial_hvac_mode: initial_hvac_mode: