David Knowles

Results 59 comments of David Knowles

This sounds like it's specific to a certain grill model. There's definitely no access to an antenna port through my grill's hopper, for example. (I just had the whole thing...

So these tips are specifically for a modded grill then? That's worth mentioning. I'm not sure there exists an aftermarket controller module for my smoker, which is why I'm hesitant...

This doesn't seem to work correctly for custom integrations.

It's not configurable at runtime; you have to hard-code it in your configuration.yaml file. I'll keep this in mind as I'm moving the integration over to the newer Hydrawise API.

I think what we actually want here is to have manual watering be a service instead of a switch. Services are much more natural for this, as they take arguments.

@home-assistant rename Add a manual_watering service

No progress yet. There are a few other cleanups I have pending first.

This is pending https://github.com/home-assistant/core/pull/106904

I had been waiting to land https://github.com/home-assistant/core/pull/116302 before adding services, because I thought that targeting `valve` entities would make the most intuitive sense. Looking at it again, it seems fine...