-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add more i35 sensors and switches. (#142)
* add model name. * Better i35 support. * speed count = 64 * some of the sensors do not apply * set a default perentage to 50% when turning on. (because device does not remember last speed) * added a few sensors. * added model name look up for AWS devices i35 and 7470i * fixed a few mis-typed type annotations. * Remove unused property mutation. the setters will and shall internally update these 'local cached state' properties anyway. * comment about default fan speed. * bump version of blueair api. * fix type annotation error. * Use the debouncer, recommended by ha documentation * Set Deboncer to use the 5 second delay. Also avoid the first, immediate action because the cloud side state is not updated till after 5 seconds. * Move constant to const.py. * remove unused sleep import. * Move const and bump blueair_api version.
- Loading branch information
1 parent
dd30c24
commit a814c50
Showing
8 changed files
with
128 additions
and
41 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
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
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