mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 11:26:50 +00:00
Removed deprecated close_comm_on_error from snippets (#29174)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
e54227663a
commit
e79f93d93c
@ -115,7 +115,6 @@ modbus:
|
|||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
port: 502
|
port: 502
|
||||||
|
|
||||||
close_comm_on_error: true
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
@ -163,7 +162,6 @@ modbus:
|
|||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
port: 502
|
port: 502
|
||||||
|
|
||||||
close_comm_on_error: true
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
@ -207,7 +205,6 @@ modbus:
|
|||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
port: 502
|
port: 502
|
||||||
|
|
||||||
close_comm_on_error: true
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
@ -303,7 +300,6 @@ modbus:
|
|||||||
parity: E
|
parity: E
|
||||||
stopbits: 1
|
stopbits: 1
|
||||||
|
|
||||||
close_comm_on_error: true
|
|
||||||
delay: 0
|
delay: 0
|
||||||
message_wait_milliseconds: 30
|
message_wait_milliseconds: 30
|
||||||
retries: 3
|
retries: 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user