-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Add number
platform for LED brightness to air-Q
#145385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Add number
platform for LED brightness to air-Q
#145385
Conversation
Hey there @dl2080, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
7010337
to
311af0b
Compare
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
57203d9
to
bb21fa0
Compare
bb21fa0
to
4fc0501
Compare
this PR is currently waiting for #146169 |
4fc0501
to
f69d299
Compare
I believe, I addressed every comment, @joostlek. |
353f466
to
b703a52
Compare
number
platform for LED brightnessnumber
platform for LED brightness to air-Q
Brightness is fetched by `AirQCoordinator` in `_async_update_data` and is expressed in %
7229533
to
43a71f7
Compare
Proposed change
Each air-Q device is equipped with 2 LED strips that function as LED level indicators / bar graphs for two (configurable) sensors. This PR exposes a single
number
entity for eachairq
device, allowing to set the brightness of both strips simultaneously.This is the changes to the backend
aioairq
package that permit such brightness control.Type of change
Additional information
number
platform forairq
integration home-assistant.io#39129Checklist
ruff format 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
.To help with the load of incoming pull requests: