diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 3252cb3ac71..f0efb617d77 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -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 diff --git a/source/_posts/2023-10-04-release-202310.markdown b/source/_posts/2023-10-04-release-202310.markdown index 74f9d415f7a..02b77722860 100644 --- a/source/_posts/2023-10-04-release-202310.markdown +++ b/source/_posts/2023-10-04-release-202310.markdown @@ -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. Screenshot showing the new preset feature of the tile cards in both button and dropdown variants.