Add advanced selectors to Climate service definitions (#46736)

This commit is contained in:
Franck Nijhof 2021-02-18 16:23:10 +01:00 committed by GitHub
parent b4136c3585
commit 0f4433ce14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,11 +41,25 @@ set_temperature:
target_temp_high:
name: Target temperature high
description: New target high temperature for HVAC.
advanced: true
example: 26
selector:
number:
min: 0
max: 250
step: 0.1
mode: box
target_temp_low:
name: Target temperature low
description: New target low temperature for HVAC.
advanced: true
example: 20
selector:
number:
min: 0
max: 250
step: 0.1
mode: box
hvac_mode:
name: HVAC mode
description: HVAC operation mode to set temperature to.