From 39978bf5ef69de12c59f07a576e6f3b1e6401d32 Mon Sep 17 00:00:00 2001 From: Vassilis Panos <4130346+vassilis-panos@users.noreply.github.com> Date: Fri, 8 Jan 2021 18:51:02 +0200 Subject: [PATCH] Update CLIMATE.md --- docs/CLIMATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CLIMATE.md b/docs/CLIMATE.md index fc125b4e..e8ef8f12 100644 --- a/docs/CLIMATE.md +++ b/docs/CLIMATE.md @@ -11,7 +11,7 @@ _Please note that the device_code field only accepts positive numbers. The .json **unique_id** (Optional): An ID that uniquely identifies this device. If two devices have the same unique ID, Home Assistant will raise an exception.
**device_code** (Required): .... (Accepts only positive numbers)
**controller_data** (Required): The data required for the controller to function. Enter the entity_id of the Broadlink remote **(must be an already configured device)**, or the entity id of the Xiaomi IR controller, or the MQTT topic on which to send commands.
-**delay** (Optional): Adjusts the delay in seconds between multiple commands. The default is 0.5s.
+**delay** (Optional): Adjusts the delay in seconds between multiple commands. The default is 0.5
**temperature_sensor** (Optional): *entity_id* for a temperature sensor
**humidity_sensor** (Optional): *entity_id* for a humidity sensor
**power_sensor** (Optional): *entity_id* for a sensor that monitors whether your device is actually On or Off. This may be a power monitor sensor. (Accepts only on/off states)