2025.3: Process review comments

This commit is contained in:
Franck Nijhof 2025-03-05 18:29:28 +00:00
parent 67af86618e
commit 19db1ad1dd
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 1211 additions and 1446 deletions

View File

@ -242,7 +242,7 @@ We welcome the following new integrations in this release:
This release also has new virtual integrations. Virtual integrations This release also has new virtual integrations. Virtual integrations
are stubs that are handled by other (existing) integrations to help with are stubs that are handled by other (existing) integrations to help with
findability. This one is new: findability. These ones are new:
- **[Burbank Water and Power (BWP)]**, provided by [Opower], added by [@tronikos] - **[Burbank Water and Power (BWP)]**, provided by [Opower], added by [@tronikos]
- **[Heicko]**, provided by [Motionblinds], added by [@starkillerOG] - **[Heicko]**, provided by [Motionblinds], added by [@starkillerOG]
@ -427,6 +427,23 @@ it is inevitable.
We always make sure to document these changes to make the transition as easy as We always make sure to document these changes to make the transition as easy as
possible for you. This release has the following backward-incompatible changes: possible for you. This release has the following backward-incompatible changes:
{% details "Automations & scripts" %}
The `wait` variable and variables defined by a `response_variable` set in an
inner scope of a script or automation now propagate to outer scopes also if
a `variables` action is present in the inner scope.
Furthermore, variables defined by a `response_variable` now also propagate
out from `parallel` sequences. Scripts and automations which relied on the
older (buggy) behavior might need to be adjusted.
([@arturpragacz] - [#138883])
[@arturpragacz]: https://github.com/jrieger
[#138883]: https://github.com/home-assistant/core/pull/138883
{% enddetails %}
{% details "GPSD" %} {% details "GPSD" %}
All state attributes of the main sensor have been replaced with a dedicated All state attributes of the main sensor have been replaced with a dedicated

File diff suppressed because it is too large Load Diff

View File

@ -164,7 +164,7 @@ preset_modes:
## Counter actions ## Counter actions
Widget that displays buttons to increment, decrement and reset a [counter](/integrations/counter). Widget that displays buttons to increment, decrement, and reset a [counter](/integrations/counter).
<p class='img'> <p class='img'>
<img src='/images/dashboards/features/counter_actions.png' alt='Screenshot of the tile card with counter actions feature'> <img src='/images/dashboards/features/counter_actions.png' alt='Screenshot of the tile card with counter actions feature'>