Removed deprecated close_comm_on_error from snippets (#29174)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Torben Erler 2023-10-05 08:20:56 +02:00 committed by GitHub
parent e54227663a
commit e79f93d93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -115,7 +115,6 @@ modbus:
host: IP_ADDRESS
port: 502
close_comm_on_error: true
delay: 0
message_wait_milliseconds: 30
retries: 3
@ -163,7 +162,6 @@ modbus:
host: IP_ADDRESS
port: 502
close_comm_on_error: true
delay: 0
message_wait_milliseconds: 30
retries: 3
@ -207,7 +205,6 @@ modbus:
host: IP_ADDRESS
port: 502
close_comm_on_error: true
delay: 0
message_wait_milliseconds: 30
retries: 3
@ -303,7 +300,6 @@ modbus:
parity: E
stopbits: 1
close_comm_on_error: true
delay: 0
message_wait_milliseconds: 30
retries: 3

View File

@ -87,7 +87,7 @@ So, if you see these buttons showing up somewhere, you now know what they do! Yo
In the last release, we added [lots of new features for the tile card](/blog/2023/09/06/release-20239/#lots-of-new-tile-features),
including features specifically for controlling your climate devices. This release, we are adding even more!
[@Weissnix4711] contributed a feature that allows you to add buttons for the presets of your climate device to the tile card. Next,[@piitaya] took it a step further: You can now select which presets you want to show and if you want them in a dropdown list instead of a series of buttons.
[@Weissnix4711] contributed a feature that allows you to add buttons for the presets of your climate device to the tile card. Next, [@piitaya] took it a step further: You can now select which presets you want to show and if you want them in a dropdown list instead of a series of buttons.
<img class='no-shadow' src='/images/blog/2023-10/tile-card-climate-presets.png' alt='Screenshot showing the new preset feature of the tile cards in both button and dropdown variants.'>