mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
2025.3: Process review comments
This commit is contained in:
parent
67af86618e
commit
19db1ad1dd
@ -242,7 +242,7 @@ We welcome the following new integrations in this release:
|
||||
|
||||
This release also has new virtual integrations. Virtual integrations
|
||||
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]
|
||||
- **[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
|
||||
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" %}
|
||||
|
||||
All state attributes of the main sensor have been replaced with a dedicated
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -164,7 +164,7 @@ preset_modes:
|
||||
|
||||
## 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'>
|
||||
<img src='/images/dashboards/features/counter_actions.png' alt='Screenshot of the tile card with counter actions feature'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user