From 3ef463102ae22f98e9ca0966aa0fe07361e621f5 Mon Sep 17 00:00:00 2001 From: Tathar Date: Thu, 27 Jan 2022 11:03:21 +0100 Subject: [PATCH] three litle bug in modbus doc (#21356) --- source/_integrations/modbus.markdown | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index f259ac0eb38..64369d6e597 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -483,7 +483,6 @@ modbus: device_class: door input_type: coil address: 117 - device_class: door state_open: 1 state_opening: 2 state_closed: 0 @@ -491,7 +490,7 @@ modbus: status_register: 119 status_register_type: holding - name: "Door2" - address: 117 + address: 118 ``` {% configuration %} @@ -1033,10 +1032,10 @@ switches: required: false default: same as command_off type: integer - unique_id: - description: An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception. - required: false - type: string + unique_id: + description: An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception. + required: false + type: string {% endconfiguration %} ## Opening an issue