mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix AmbiClimate services definition (#73668)
This commit is contained in:
parent
cf000fae1b
commit
1f4add0119
@ -5,7 +5,7 @@ set_comfort_mode:
|
|||||||
description: >
|
description: >
|
||||||
Enable comfort mode on your AC.
|
Enable comfort mode on your AC.
|
||||||
fields:
|
fields:
|
||||||
Name:
|
name:
|
||||||
description: >
|
description: >
|
||||||
String with device name.
|
String with device name.
|
||||||
required: true
|
required: true
|
||||||
@ -18,14 +18,14 @@ send_comfort_feedback:
|
|||||||
description: >
|
description: >
|
||||||
Send feedback for comfort mode.
|
Send feedback for comfort mode.
|
||||||
fields:
|
fields:
|
||||||
Name:
|
name:
|
||||||
description: >
|
description: >
|
||||||
String with device name.
|
String with device name.
|
||||||
required: true
|
required: true
|
||||||
example: Bedroom
|
example: Bedroom
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
Value:
|
value:
|
||||||
description: >
|
description: >
|
||||||
Send any of the following comfort values: too_hot, too_warm, bit_warm, comfortable, bit_cold, too_cold, freezing
|
Send any of the following comfort values: too_hot, too_warm, bit_warm, comfortable, bit_cold, too_cold, freezing
|
||||||
required: true
|
required: true
|
||||||
@ -38,14 +38,14 @@ set_temperature_mode:
|
|||||||
description: >
|
description: >
|
||||||
Enable temperature mode on your AC.
|
Enable temperature mode on your AC.
|
||||||
fields:
|
fields:
|
||||||
Name:
|
name:
|
||||||
description: >
|
description: >
|
||||||
String with device name.
|
String with device name.
|
||||||
required: true
|
required: true
|
||||||
example: Bedroom
|
example: Bedroom
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
Value:
|
value:
|
||||||
description: >
|
description: >
|
||||||
Target value in celsius
|
Target value in celsius
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user