From 0f4433ce1414a071d7a7f548d72726355fe55442 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Feb 2021 16:23:10 +0100 Subject: [PATCH] Add advanced selectors to Climate service definitions (#46736) --- homeassistant/components/climate/services.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/homeassistant/components/climate/services.yaml b/homeassistant/components/climate/services.yaml index ea90cbf30f6..d333260202f 100644 --- a/homeassistant/components/climate/services.yaml +++ b/homeassistant/components/climate/services.yaml @@ -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.