MycroftAI / skill-homeassistant

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

Timeline for Script Handling #101

Closed Xansul closed 1 year ago

Xansul commented 2 years ago

Hello, do we have a timeline for adding the ability to call Home Assistant scripts? I'd love to help out in any way to get this ability added.

Tony763 commented 2 years ago

Hi @Xansul, scripts should be accessible with automation intent. Try to use master branch in this repository as all changes are still not released to marketplace.

Xansul commented 2 years ago

Thanks for the reply. I just cloned the master branch into my Mycroft setup, however I can't seem to get it to understand the command to call scripts. Is there a specific command that is used?

Tony763 commented 1 year ago

Hi @Xansul, sorry for late reply. (Activate|Fire|Call up|Trigger|Set) (the|) (automation|scene|script) {Entity}. is used in English for activating automations so Activate script {Entity} should do a job.

Tony763 commented 1 year ago

Hi @Xansul, let me know if this is still a problem for You, please. I did not find anything wrong.

Xansul commented 1 year ago

Hi @Tony763,

Thanks for the response, that's what I was looking for. I'll close the issue.