Add window open mode for fritz climate#89541
Conversation
|
Hey there @mib1185, @flabbamann, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
927d715 to
36c81a1
Compare
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
c30e209 to
aa4ea23
Compare
| async def async_set_window_open(self, window_open: bool) -> None: | ||
| """Set the thermostate to off (window open) for a pre defined time.""" | ||
| if window_open: | ||
| timeout = 60 * 15 |
There was a problem hiding this comment.
Where are the 15minutes coming?
Why do we not make it configurable?
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
|
Because there hasn't been any activity on this PR for quite some time now, I've decided to close it for being stale. Feel free to re-open this PR when you are ready to pick up work on it again 👍 ../Frenck |
Proposed change
This enables setting window open mode for fritz home via home assistant.
Type of change
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.To help with the load of incoming pull requests:
Yes: See #89150, #89152