Quickeys - A chrome extension to quickly run HomeAssistant scripts

Hey,

I developed a small Chrome extension that lets you quickly execute hass scripts.
It was actually initially written to control my Yamaha network connected receiver, but I just recently added hass support so thought I’d upload it to the chrome store and publish it, hoping it would be useful for others.

Basically all you have to do is configure your hass IP and API password.
Then you attach commands to key sequences.

For example, I’m using TON to turn on my TV.
This actually calls hass and launches a TV_ON script.
TOFF to turn the TV off, R8 to launch Kodi and play 88FM radio station and so on.

Currently the extension only supports launching scripts.

If anyone wants to help in development - please LMK.

Install Quickey from the chrome web store: https://chrome.google.com/webstore/detail/quickeys-yamaha-remote-co/jkgegggbdflhahedhddbjgmmekfefbpi

Cheers
Moti!

community-home-assistant-assets.s3-us-west-2.amazonaws.com/original/3X/8/0/8075ee23a6c68b271515c70137eba3ce1da60423.jpg

Thanks. Sounds interesting, and I will have a look.

Hey Moti,

I like the look of this. My Home Assistant install is on https:// with a duckdns domain. Are you able to update the code so it will work with https:// as from what I can see it is hard-coded work only with http://

Hope you can help, cheers!

Hey,

Thanks for using my plugin :slight_smile:

Sure, I’ve just uploaded an updated version (1.0.7) that support http / https prefix in the home assistant address. If no prefix is found then http:// is automatically added.

Take it for a spin and let me know if I can help with anything else!

Cheers
Moti