mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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
|
description: Choose this or Overlay. Set the time period for the change if you want to be specific. Alternatively use Overlay
|
||||||
required: false
|
required: false
|
||||||
example: "01:30:00"
|
example: "01:30:00"
|
||||||
default: "01:00:00"
|
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
requested_overlay:
|
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
|
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
|
required: false
|
||||||
example: "MANUAL"
|
example: "MANUAL"
|
||||||
default: "TADO_DEFAULT"
|
|
||||||
selector:
|
selector:
|
||||||
select:
|
select:
|
||||||
options:
|
options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user