MycroftAI / skill-homeassistant

Mycroft Skill/Integration for Homeassistant
GNU Lesser General Public License v3.0
115 stars 62 forks source link

Sending notifications from HA to the mycroft #115

Open Ramblurr opened 1 year ago

Ramblurr commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to receive audible notifications from Home Assistant on my Mycroft Mark ii.

Describe the solution you'd like There should be some way to send notifications to Mycroft from HA. Here is an example of many situations in which this was used with the old third-party HA integration: https://community.mycroft.ai/t/fun-with-mycroft-and-home-assistant/12030

Describe alternatives you've considered n/a

Additional context n/a

nerlins commented 1 year ago

I second this request. There's no reason for me to ever evolve to the Mark II unless this is implemented.

Tony763 commented 1 year ago

Original integration was implemented directly into HA and connected to Mycroft Bus. This skill uses HA's Websocket API, but considering oficials docs, Websocket API do not contain/support notifications. But HA's Native App API supports push notifications.

So there are two options:

  1. Check what's wrong with original integration and try to fix it.

  2. Try to implement Native APP API into this skill.