mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +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
|
||||||
|
@ -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),
|
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!
|
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.'>
|
<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.'>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user