If a weekly control (weekly schedule enable/disable) was added to this component, we could use Home Assistant to automatically turn on and off the recirculator pump based on geolocation. This would be great for those who are not on a typical home/away schedule or are often traveling.
I took a stab at this, and while I suspect it's relatively easy to add, I wasn't sure what device_info and channel_status attributes to target when extending switch.py, nor the best way to access an interactive prompt of sorts to explore the controls exposed by AWIoT.
If a weekly control (weekly schedule enable/disable) was added to this component, we could use Home Assistant to automatically turn on and off the recirculator pump based on geolocation. This would be great for those who are not on a typical home/away schedule or are often traveling.
I took a stab at this, and while I suspect it's relatively easy to add, I wasn't sure what
device_infoandchannel_statusattributes to target when extendingswitch.py, nor the best way to access an interactive prompt of sorts to explore the controls exposed by AWIoT.