Delivery! @andyrak ![]()
Again this is experimental - Iβm still testing out quirks of fields, totally understandable if you want to give it some time to become stable.
Experimental: Version 2.0 Beta 2
Github Link |
Compare Changes |
How to update
See historical changelogs here.
Multi-device Variant:
Github Link |
Compare Changes |
How to update
Whatβs Changed
Existing scripts should not be affected this release.
π«³π»:wood:
Android: Added Show on Android Autooption.
Enable Timeout Action(s)option to dynamically disable timeout actions
Fields Support Added! (requires Home Assistant 2023.11 or newer)
Things to check after updating:
- As usual, existing scripts should be loaded.
- If you have switched between either variants, check out this reply.
- Script should show one of:
Version 2.0 Beta 2Version 2.0 Beta 2 - Multi-device.
Preview:
Show/Hide: Script Fields with Templates
Example payload:
service: script.my_test_notifications
data:
field_title: >-
{{ state_attr("sun.sun", "friendly_name") }}
field_message: >-
{% if is_state("sun.sun", "above_horizon") -%}
The sun rose {{ relative_time(states.sun.sun.last_changed) }} ago.
{%- else -%}
The sun will rise at {{ as_timestamp(state_attr("sun.sun", "next_rising")) | timestamp_local }}.
{%- endif %}
Result:
Version 2 Beta 2 - 2 Nov 2023
- Deprecated:
π² Notification Strategydue to refactor. - Deprecated:
π² Service to notifydue to refactor. - Added: Support for fields
- Added:
π·οΈ Titlefield - Added:
π¬ Messagefield - Added:
π·οΈ Subtitlefield - Added:
πΈ Attachment: Camera Entity: Camera Entityfield - Added: Options show/hide fields
- Added:
βοΈ Enable TimeoutandβοΈ Enable Timeout Action(s)fields.
- Added:
- Added:
π Show on Android Autooption. - Added:
βοΈ Enable Timeout Action(s)option and field.
Notes:
- When enabling boolean fields with value of false, be sure to toggle them to true once, and then to false.
There seems to be a bug where the boolean value is not passed if itβs enabled and value is false without the toggle.- If you rely on
π² Service to notify, do not upgrade,Version 1.6.1will be the last version supporting that feature.



