mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Added info re command line sensors being a breaking change (#13754)
The fix for command line sensor was promoted as just a bugfix, whereas it is a breaking change. The workaround for the bug was to escape the quote with a backslash, and now the backslash is treated as a character and passed through.
This commit is contained in:
parent
8f0b2f9ac0
commit
a99f542fcd
@ -322,6 +322,13 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
Previously it was set after the action that was part of the trigger was done.
|
||||
|
||||
([@basnijholt] - [#35671]) ([automation docs])
|
||||
|
||||
**Command Line Sensors**
|
||||
|
||||
The fix for command line sensors removing quotes with template breaks any sensors where the quote has been escaped using a backslash.
|
||||
E.g. to work around the previous bug a quote could be added using \" and this must now be replaced with simply "
|
||||
|
||||
(@shenxn - #35559) (command_line docs)
|
||||
|
||||
## Farewell to the following
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user