From 1f4add0119d12d2ada35d7917de5a8ac3fab9c46 Mon Sep 17 00:00:00 2001 From: Max Gashkov Date: Mon, 20 Jun 2022 16:05:28 +0900 Subject: [PATCH] Fix AmbiClimate services definition (#73668) --- homeassistant/components/ambiclimate/services.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/ambiclimate/services.yaml b/homeassistant/components/ambiclimate/services.yaml index f75857e4d2e..e5532ae82f9 100644 --- a/homeassistant/components/ambiclimate/services.yaml +++ b/homeassistant/components/ambiclimate/services.yaml @@ -5,7 +5,7 @@ set_comfort_mode: description: > Enable comfort mode on your AC. fields: - Name: + name: description: > String with device name. required: true @@ -18,14 +18,14 @@ send_comfort_feedback: description: > Send feedback for comfort mode. fields: - Name: + name: description: > String with device name. required: true example: Bedroom selector: text: - Value: + value: description: > Send any of the following comfort values: too_hot, too_warm, bit_warm, comfortable, bit_cold, too_cold, freezing required: true @@ -38,14 +38,14 @@ set_temperature_mode: description: > Enable temperature mode on your AC. fields: - Name: + name: description: > String with device name. required: true example: Bedroom selector: text: - Value: + value: description: > Target value in celsius required: true