Daniel Lashua

Results 50 comments of Daniel Lashua

Perhaps you can share your throttle code as an example of how you'd use this functionality?

You're doing something wrong. To register services, look at the [service docs](https://hacs-pyscript.readthedocs.io/en/stable/reference.html#service-service-name).

It looks like you may have an error further up as well. Pyscript has "watchdog" in it's requirements (in the manifest.json file). Home Assistant should install this module when it...

@dominicklee I'd love to see your progress. Any chance you have a fork hosted somewhere with these changes?

I like the idea of this library using LOCAL control over Cloud control. Of course, having both options would be ideal, giving the user choice, and providing failover if one...

That's perfect! I applied for the Cloud API Key 3 days ago so that I could help get this underway, but I've yet to get info from them and my...

Confidence values would be a good start anyway. I don't know what it is about this ONE face that I have registered (with 7 different images for that face) but,...

@sriramsv Sadly, Home Assistant has not provided documentation for this API (neither the REST API nor the Websocket API) and pieces of it are not accessible via Home Assistant States/Services/Events....

@sriramsv What is this? ``` from globals import IntentRegistry ``` Regardless, it looks like you've cooked up a nice implementation of this. We'll leave it to andrew if he wants...

@sriramsv that sounds interesting! I'd love to see that code if you have the time to put it up on github somewhere. It could be very useful.