-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Glances add gpus #99186
Closed
Closed
Glances add gpus #99186
Conversation
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
…istant#97539) * Fix turn_on ignoring transition=0 and brightness=None, add test This fixes light.turn_on for ZHA lights ignoring a transition of 0 when no brightness is given at the same time. It also adds a test for that case. Fixes home-assistant#93265 * Add test for "force on" lights This test checks that "force on" lights also get an "on" command (in addition to the "move to level" command) when turn_on is called with only transition=0. * Fix "on" command sent for transition=0 calls, fix FORCE_ON missing for transition=0 This fixes an issue where the "on" command is sent in addition to a "move_to_level_with_on_off" command, even though the latter one is enough (for non-FORCE_ON lights). It also fixes the test to not expect the unnecessary "on" command (in addition to the expected "move_to_level_with_on_off" command). The `brightness != 0` change is needed to fix an issue where FORCE_ON lights did not get the required "on" command (in addition to "move_to_level_with_on_off") if turn_on was called with only transition=0. (It could have been `brightness not None`, but that would also send an "on" command if turn_on is called with brightness=0 which HA somewhat "supports". The brightness != 0 check avoids that issue.) * Improve comments in ZHA light class
…#97611) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
* Bump dbus-fast to 1.88.0 - cython 3 fixes - performance improvements changelog: Bluetooth-Devices/dbus-fast@v1.87.5...v1.88.0 * one more * Bump dbus-fast to 1.90.0 * bump again for yet another round of cython3 fixes
bump to 0.31.1
The last two were reversed for https://ouilookup.com/search/788cb5
Revert "Add device naming to Yeelight (home-assistant#97639)" This reverts commit 82f2711.
…stant#97663) * Fix date in Command Line sensor * prettier
changelog: postlund/pyatv@v0.13.2...v0.13.3 maybe fixes home-assistant#80215
* Bump zeroconf to 0.74.0 changelog: python-zeroconf/python-zeroconf@0.72.3...0.74.0 - more cython build fixes - performance improvements (mostly for pyatv) * handle typing * handle typing * remove if TYPE_CHECKING, this doesnt get called that often * remove if TYPE_CHECKING, this doesnt get called that often
jbouwh
removed request for
dmulcahey,
iMicknl,
balloob,
thecode,
synesthesiam,
jesserockz,
rytilahti,
andrey-git,
Adminiuga,
allenporter,
janiversen,
marcelveldt,
OttoWinter,
jbouwh,
raman325,
farmio,
emontnemery,
starkillerOG,
Quentame,
pvizeli,
Ernst79,
Kane610,
puddly,
mib1185,
uvjustin,
chemelli74 and
gjohansson-ST
August 28, 2023 07:36
Please start over in a fresh branch and PR. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed change
Add GPU sensors to the Glances component to be matched with similar changes with the python-glances-api library. (PR: home-assistant-ecosystem/python-glances-api#20)
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: