quielb / hass-airscape

A custom component to control a Airscape Whole House Fan with Gen2 controls
https://github.com/quielb/hass-airscape
3 stars 2 forks source link

Timer control missing #24

Closed sjthespian closed 3 months ago

sjthespian commented 3 months ago

It looks like the add_time service has gone missing in the 1.0 release. This was added back in #5.

I am only seeing speed_up, slow_down and turn_on_to_minimum in the services list.

Other than that, this new release is looking great. Thanks for all the work on it!

quielb commented 3 months ago

As noted in the updated readme the add timer has move from an action to a button. That is the "Home Assistant" way to do it. You can change out your action call to a button press for the button timer entity and it will function the same.

sjthespian commented 3 months ago

As an added piece of this, it looks like the shutdown_timer attribute is missing from the fan as well. Although I see there is a new sensor -- sensor.airscape_1_7whf_timer in my case.

quielb commented 3 months ago

Yes, also covered in the readme update. Home assistant has moved away from supporting device attributes in favor of using sensor entities.

sjthespian commented 2 months ago

Ok, I'm an idiot... I don't know how I missed that in the Readme. And it's even easier to use than the convoluted logic I was using in my NodeRed flows to manage the timer in the past!

Thanks!!