From c16fae2c0b7a36099d900bcdcba044bef3e427cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Z=C3=A1hradn=C3=ADk?= Date: Mon, 16 Dec 2019 20:07:46 +0100 Subject: [PATCH] Fix modbus service description (#30005) --- homeassistant/components/modbus/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/modbus/services.yaml b/homeassistant/components/modbus/services.yaml index 8713257b47c..2158528814f 100644 --- a/homeassistant/components/modbus/services.yaml +++ b/homeassistant/components/modbus/services.yaml @@ -1,7 +1,7 @@ write_coil: description: Write to a modbus coil. fields: - address: {description: Address of the register to read., example: 0} + address: {description: Address of the register to write to., example: 0} state: {description: State to write., example: false} unit: {description: Address of the modbus unit., example: 21} write_register: