Travis Glenn Hansen

Results 821 comments of Travis Glenn Hansen
trafficstars

You toggle the switch and after a few moments it goes back to the original state? What are your expectations when it is toggled?

The built-in switches do not run the valves/programs, they only enable/disable them. To run a valve/program you must use the services and create your own switches/ui to handle that. Was...

Probably would just add it to be consistent with many of the other integrations, but not critical.

The is probably pretty well settled at this point and we could revisit..

I just read over the doc and unfortunately the implementation doesn’t fit too well with the http api from what I can tell :(

https://github.com/home-assistant/core/blob/dev/homeassistant/components/mqtt_eventstream/__init__.py#L45 Have a look at that or ozw component as well. You’ll need to also add the dependency in manifest.json so it loads in the correct order.

I’ve been thinking about this implementation a little and I’m not sure but I think the coordinator will throttle things down as well. We may want the mqtt handler to...