From 3fd6aa0ba94eb6cf6969ee6f47b6b5cc7e39b324 Mon Sep 17 00:00:00 2001 From: gertdb <42268196+gertdb@users.noreply.github.com> Date: Mon, 11 Mar 2019 13:17:31 +0100 Subject: [PATCH] Fixes Modbus service.yaml validity (#21923) * Update __init__.py * Update services.yaml * Update services.yaml --- 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 48e9e815aaa..8713257b47c 100644 --- a/homeassistant/components/modbus/services.yaml +++ b/homeassistant/components/modbus/services.yaml @@ -9,4 +9,4 @@ write_register: fields: address: {description: Address of the holding register to write to., example: 0} unit: {description: Address of the modbus unit., example: 21} - value: {description: Value (single value or array) to write., example: 0 or [4,0]} + value: {description: Value (single value or array) to write., example: "0 or [4,0]"}