mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update Tado services.yaml defaults (#88929)
Update services.yaml Deletes default values in 'time_period' and 'requested_overlay' fields in 'set_climate_timer'.
This commit is contained in:
parent
3e8716b37e
commit
5b49648846
@ -21,7 +21,6 @@ set_climate_timer:
|
||||
description: Choose this or Overlay. Set the time period for the change if you want to be specific. Alternatively use Overlay
|
||||
required: false
|
||||
example: "01:30:00"
|
||||
default: "01:00:00"
|
||||
selector:
|
||||
text:
|
||||
requested_overlay:
|
||||
@ -29,7 +28,6 @@ set_climate_timer:
|
||||
description: Choose this or Time Period. Allows you to choose an overlay. MANUAL:=Overlay until user removes; NEXT_TIME_BLOCK:=Overlay until next timeblock; TADO_DEFAULT:=Overlay based on tado app setting
|
||||
required: false
|
||||
example: "MANUAL"
|
||||
default: "TADO_DEFAULT"
|
||||
selector:
|
||||
select:
|
||||
options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user