G-Two / homeassistant-subaru

Subaru STARLINK custom component for Home Assistant.
Apache License 2.0
54 stars 6 forks source link

Add Events for async_call_remote_service #88

Closed zanix closed 1 year ago

zanix commented 1 year ago

Home Assistant 2023.6 changed persistent notifications to no longer be entities. Before 2023.6, I had automations that were triggered by the creation of these notifications to create additional notifications and other actions from the events from this integration.

I created this PR to add events so these automations can be retained.