From 62acf36bd74d7cbdfc1a824e28c28a50e4795750 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 4 Dec 2023 14:49:02 +0100 Subject: [PATCH] Remove "swap: none" from modbus (#30051) --- source/_integrations/modbus.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 2ef3c5d98ec..515ee5c3828 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -690,8 +690,6 @@ climates: default: none type: list keys: - none: - description: "No swapping." byte: description: "Swap bytes AB -> BA." word: @@ -1294,8 +1292,6 @@ sensors: default: none type: list keys: - none: - description: "No swapping." byte: description: "Swap bytes AB -> BA." word: @@ -1519,7 +1515,6 @@ Some parameters exclude other parameters, the following tables show what can be | structure | Yes | No | No | No | No | | slave_count | No | No | Yes | Yes | Yes | | virtual_count | No | No | Yes | Yes | Yes | -| swap: none | Yes | Yes | Yes | Yes | Yes | | swap: byte | No | No | Yes | Yes | Yes | | swap: word | No | No | No | Yes | Yes | | swap: word_byte | No | No | No | Yes | Yes |