So it looks like the HomeAssistant component would just need to be updated to enable these features. Fan timer could be an extra attribute of the climate entity (or could be exposed as a separate sensor), and then allow an optional timer for the climate/set_fan_mode service? Or perhaps create a new service under the nest domain since it would be Nest specific.
Any movement on this? On my NEST thermostat, when I set fan_mode to ‘on’ it only stays ‘on’ for 30 minutes, before reverting back to ‘auto’. Seems to be missing the duration setpoint. Anyone else having this issue?
Duration doesn’t look like it’s part of the HA climate service, so adding direct control might be a bigger undertaking.
I would like to see the default timer configurable in the integration (or even yaml! gasp!) Looks like it currently defaults to 12 hours (src).
I tried modifying this constant myself. When I did, the HA docker container wouldn’t start. No error message, nothing. I looked a little at the docs and existing next configuration flow, but I don’t have a dev environment setup, so have more hurdles to clear before being able to submit a solid PR.