Skip to content

Commit 62acf36

Browse files
authored
Remove "swap: none" from modbus (home-assistant#30051)
1 parent 6c8764f commit 62acf36

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/_integrations/modbus.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,6 @@ climates:
690690
default: none
691691
type: list
692692
keys:
693-
none:
694-
description: "No swapping."
695693
byte:
696694
description: "Swap bytes AB -> BA."
697695
word:
@@ -1294,8 +1292,6 @@ sensors:
12941292
default: none
12951293
type: list
12961294
keys:
1297-
none:
1298-
description: "No swapping."
12991295
byte:
13001296
description: "Swap bytes AB -> BA."
13011297
word:
@@ -1519,7 +1515,6 @@ Some parameters exclude other parameters, the following tables show what can be
15191515
| structure | Yes | No | No | No | No |
15201516
| slave_count | No | No | Yes | Yes | Yes |
15211517
| virtual_count | No | No | Yes | Yes | Yes |
1522-
| swap: none | Yes | Yes | Yes | Yes | Yes |
15231518
| swap: byte | No | No | Yes | Yes | Yes |
15241519
| swap: word | No | No | No | Yes | Yes |
15251520
| swap: word_byte | No | No | No | Yes | Yes |

0 commit comments

Comments
 (0)