Message/Title/Done_Message as attributes for ALERT component

Current situation:

  • Alerts created via the ALERT component only have one attribute (friendly_name) - see below
  • Friendly name is defined when the ALERT is setup in the config (parameter name: ) but has to be a string, it cannot be a template
  • Other parameters (e.g. title: , message: etc…) are also parameters that can be defined at ALERT creation and they can be template-based, however these are not retained as attributes when the ALERT becomes active.

Request:

  • Retain at least title: and message: also as attributes. That way they can be re-used in other automations (e.g. TTS notification, persistent warnings, IOS alerts, etc…)