-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for separate fan speed and on/off GAs (#967)
* Add support for separate fan speed and on/off GAs * Use `self.switch.initialized` * Logic fixes to react to telegrams * Ensure switch is always created * Refactor to use explicit switch GA and add tests * Cleanup * More tests * Even more tests + typo fixes * Even more tests...again * Add docs * Update changelog * Docs example fixes * Remove `set_on()` and `set_off()` Co-authored-by: Matthias Alphart <[email protected]> * Move default turn on speed into xknx * Move the speed `None` check Co-authored-by: Matthias Alphart <[email protected]>
- Loading branch information
1 parent
4cdbc59
commit fa4788d
Showing
4 changed files
with
265 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.