-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from B1ob/convert_to_bleak
Converted from the bluepy library to bleak library for bluetooth access. Solves incompatibility with HA 2022.7 + home-assistant/core#73830
- Loading branch information
Showing
3 changed files
with
135 additions
and
114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"domain": "airthings_wave", | ||
"name": "Airthings Wave", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"documentation": "https://github.com/custom-components/sensor.airthings_wave/", | ||
"issue_tracker": "https://github.com/custom-components/sensor.airthings_wave/issues", | ||
"dependencies": [], | ||
"codeowners": ["@MartyTremblay","@sverrham"], | ||
"requirements": [ | ||
"bluepy==1.3.0" | ||
"bleak==0.14.3" | ||
] | ||
} |
Oops, something went wrong.