Release notes
Our floorplan.text_set
service will now work as it did before version 1.0.37, if there's no new-lines provided. If the user provides a \n
or a escaped ones, we'll handle it as a multi-line, and replace the tspan element, and only preserve the style attribute. A dataset-key called ha_floorplan_notice
on the text element will inform the user about the impact of new-line characters in the text-value. Escaped ones are included, cause that's how we receive a value like servicedata: 'Two\n'
, if it's added though the Home Assistant GUI editor, as mentioned in #356.
What's Changed
Full Changelog: 1.0.38...1.0.39