gome-assistant
gome-assistant copied to clipboard
A library that lets you write all of your Home Assistant automations in Go!
Hi! Thanks for this project! I've been working towards using it for my own home automations. I made a lot of changes to this library along the way that might...
Apologies, this is more of a question than an issue, but I currently only have a device running Home Assistant OS and I don't want to run another host at...
Hey! I a go developer and I was looking exactly for HA Automation in GO!! I would love to help you in the code but I recentily became father so...
It looks like perhaps you copied some info between the two sections because some of the text for event handlers is the same (including explicitly referring to entities). At the...
Hi @saml-dev first of all, thanks a lot for your effort in building HA automation in Go! I , kind of, follow a similar path when exploring all the different...
I know error handling in Go is verbose, but I'm amazed by the lack of errors in many places here. For instance, calling a service does not return any indication...
Hey, I'm wondering if you would consider adding a [REST]( https://developers.home-assistant.io/docs/api/rest#actions) client too. I believe some things can only be done through the REST API. There's a good Go implementation...
How about adding a GitHub action to run golanglint-ci on every PR? At lot of common mistakes can be easily found through that.
When working on the current version of `gome-assistant`, I noticed that the example app didn't compile. #35 fixes the problems that I encountered. But one of the problems was that...
Hi, Is it possible to close connection, so that I can create new `app`, without previously connected websocket hanging around? Basically I want to dynamically register and unregister entity listeners...