gome-assistant icon indicating copy to clipboard operation
gome-assistant copied to clipboard

Documentation for entity/event handlers is ambiguous

Open hoopahmadness opened this issue 1 year ago • 3 comments

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 moment I can't tell them apart.

hoopahmadness avatar Nov 19 '23 23:11 hoopahmadness

While I'm here let me say that I'm really excited to try out your code! I've been wanting to build a state-machine for my home using a flowchart library that I developed in Go. I was going to just build a whole service that talks to HA over HTTP but at a glance this seems a little more polished.

hoopahmadness avatar Nov 19 '23 23:11 hoopahmadness

For the record, this is pretty much exactly a service that talks to HA over a websocket and HTTP :P All HA service calls go over a websocket, and requests to get a state for a single entity go over HTTP. Hope you enjoy the library! It was just something I wanted so I built it cause I'm a nerd and like to program in my free time. Feel free to submit PRs if there are weird parts in the docs, it's definitely possible there are some mistakes.

saml-dev avatar Nov 23 '23 21:11 saml-dev

Let me know if you have any thoughts on API design as you start to use GA, always useful to get opinions from fresh eyes

saml-dev avatar Nov 23 '23 21:11 saml-dev