Action Data
The new supernotify.notify action introduced in v2.0.0 has a simpler way of handling data mappings than the original legacy Notify platform way.
- In the old notify the top level
datacould hold onlymessageandtitleand everything else got pushed down to a second level nesteddata - The new action will detect if the old style nested data is used and handle it as if the new set. Its still worth at some point going back over old automations, since two levels of
datawas always confusing. dataelements to be passed down to other actions, and not for Supernotify itself (other than running templates over them) are now namedextra_datain line with the UI. The old name works fine, though the contents will get autodetected for old style nested data, whereasextra_datawill be left alone.force_resendnow a top-level action data item, see alsospoken_messagetimestampcan now be set from the action UI. Supply astrftimeformat and it will be prepended to every message
Voice
- Spoken Message is now a top-level field, so can be set easily from the Automation Actions panel or the Tools Action call. In YAML this is
spoken_message
Transport Options
- Options for transports are now self-describing, so auto generated table of options up to date and more detail
message_htmlremoved from spoken only envelopes
Media Transport
- Now uses the standard image grabbing modules, and supports the
jpeg_optsandpng_optsfor image tuning
Documentation
- Fix automatically generated validation schema documentation
- Added automated test for the YAML examples in docs
- Roadmap of technial and features added
Technical
message_html,timestampandprioritymanaged only within envelope and not passed down further to transports in the catch-alldatasection
Note - this includdes v2.5.4-betaX releases
Full Changelog: v2.5.3...v2.6.0-beta3