generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add sensor for gpu usage #344
Merged
dermotduffy
merged 6 commits into
blakeblackshear:frigate-v0.12
from
NickM-27:gpu-stats-sensors
Dec 19, 2022
Merged
Add sensor for gpu usage #344
dermotduffy
merged 6 commits into
blakeblackshear:frigate-v0.12
from
NickM-27:gpu-stats-sensors
Dec 19, 2022
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
NickM-27
force-pushed
the
gpu-stats-sensors
branch
from
December 13, 2022 22:49
d22e8cd
to
9099a42
Compare
Codecov Report
@@ Coverage Diff @@
## frigate-v0.12 #344 +/- ##
=================================================
Coverage ? 100.00%
=================================================
Files ? 15
Lines ? 1863
Branches ? 0
=================================================
Hits ? 1863
Misses ? 0
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@dermotduffy this upstream PR is merged so this can be reviewed |
Thanks @NickM-27 ! |
dermotduffy
added a commit
that referenced
this pull request
Apr 12, 2023
…458) * Add proxies for MSE and WebRTC live view websockets (#365) * Add proxy views for new live view types and fix jsmpeg * Fix current tests * Adjust path * Restore frigate integration path * Restore frigate integration path * Add other tests * Fix tests * Formatting * Remove copied code * FEAT: Support Frigate RTSP Restream (#361) * Support rtsp restream * Add restream to config * Update tests to account for restream * Formatting * Formatting * Use template for RTSP * Add RTSP config flow and tests * Fix test * Set restream type * Adjust tests for extra attr * Fix mypy * Merge master back into the v0.12 branch (#381) * Bump actions/setup-python from 4.2.0 to 4.3.0 (#357) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#359) Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/v4.1.0/CHANGELOG.md) - [Commits](crazy-max/ghaction-github-labeler@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump release-drafter/release-drafter from 5.20.1 to 5.21.1 (#358) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.1 to 5.21.1. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5.20.1...v5.21.1) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix HACS add repository badge (#367) * Fix flake8 in the build. (#380) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Santos <[email protected]> * FEAT: Support sensors for per-process CPU usage (#369) * Bump actions/setup-python from 4.2.0 to 4.3.0 (#357) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#359) Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/v4.1.0/CHANGELOG.md) - [Commits](crazy-max/ghaction-github-labeler@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump release-drafter/release-drafter from 5.20.1 to 5.21.1 (#358) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.1 to 5.21.1. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5.20.1...v5.21.1) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix HACS add repository badge (#367) * Fix flake8 in the build. (#380) * Add cpu usage sensors * Formatting * Clean up and fix bugs * Update stats to reflect new sensor * Add tests * Fix placement of test stats * Add negative case tests * Better default * Move to attr_name * Formatting * Fix sorting Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Santos <[email protected]> Co-authored-by: Dermot Duffy <[email protected]> * Add sensor for gpu usage (#344) * Add sensor for gpu load * Fix gpu access * Fix var access * Add tests * Fix test * Fix test * Support Frigate v0.12 UTC based recording paths (#384) * Handle both date formats and convert new format to local server time * Add test * Formatting * Fix test * Format time * Fix time formatting * Fix mypy * Redo logic for validating which folder structure is used * More cleanup * Don't provide name of error * Formatting * Remove TODO * Bump version to v4.0.0-beta1. (#390) * [FEAT]: Birdseye Camera Entity with birdseye stream (#386) * Add birdseye camera entity * Formatting * Fix logic * Add tests for birdseye camera * Set full restream config * Fix bad entity id * Add ability to pull latest snapshot from birdseye * Add test * Fix entity access * Add streaming template for birdseye * Add test for birdseye template * Fix set * Fix formatting * Rewrite recordings media source to use Recordings Summary API (#389) * Handle new folder structure * Add timezone param to recordings summary * Add dependency for tzlocal * Rewrite recordings media source to use rcordings summary api * Fixes * Add req * Format reqs * Fix sort * Try to fix test * More test fixes * More fixes * Fix media root test * Remove unused test * More test fixes * More test fixes * Fix mypy * More test fixes * More test fixes * Add types dep * Raise and assert raises * Add types dep * Fix tests * No exception * assert media * remove unused check * Send exception * Fix format string * Fix api typing * Formatting * Mypy fixes * More mypy fixes * Undo * Remove * Formatting * Set type specifically * Formatting * Review fixes * Remove unused test * Fix test for year * Set type for hour items * Remove explicit type set * Add translations for RTSP template (#391) * Switch to region-agnostic media browser title formats (#392) * Switch to media browser title formats that are more suitable for international users * Continue to validate y-m-d * Fix binary sensor classes (#398) * Use the HA timezone setting for requesting recordings, provide timezone to event summary (#397) * Remove tzlocal * Use HA timezone option to feed timezone * Fix tests * Fix tests * Fix test with tiemzone * remove constructor and pass to func * Add timezone to event summary call * Use pytz to convert timezone to utc before sending * Fix timezone access * Fix string * Fix event summary call * Fix timezone * Fix tests * Fix month formatting * Mypy fixes * Fix mypy and tests * Cleanup timezone conversion * Cleanup * Fix mypy * Fix mypy * Bump to beta 2 (#401) * Expose timezone in ws_api . (#410) * Fix birdseye / restream (#412) * Fix birdseye / restream * Fix tests * Fix tests * Put config in correct place * Fix clearing go2rtc * Fix template * Update version (#414) * `_attr_is_streaming` should respect go2rtc streams (#415) * _attr_is_streaming was set True from old restream * move is streaming check * discard old restream check * formating fix * Change API to multi selection. (#416) * Force AAC audio to be used in RTSP URL (#419) * Force AAC audio to be used in RTSP URL * Add reminder to remove after fix * Allow searching for favorites via API. (#420) * Don't remove birdseye on startup (#422) * Update to beta4 (#423) * Merge master branch back into v0.12 branch (#424) * Bump actions/setup-python from 4.2.0 to 4.3.0 (#357) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#359) Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/v4.1.0/CHANGELOG.md) - [Commits](crazy-max/ghaction-github-labeler@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump release-drafter/release-drafter from 5.20.1 to 5.21.1 (#358) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.1 to 5.21.1. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5.20.1...v5.21.1) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix HACS add repository badge (#367) * Fix flake8 in the build. (#380) * Fix build badge. (#385) * Bump actions/checkout from 3.1.0 to 3.2.0 (#383) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 4.3.0 to 4.3.1 (#378) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 4.3.1 to 4.4.0 (#387) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#394) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.21.1 to 5.22.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5.21.1...v5.22.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3.2.0 to 3.3.0 (#400) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 4.4.0 to 4.5.0 (#407) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Latest version check: add handling for "disabled" (#417) This goes alongside blakeblackshear/frigate#5208 to ensure that the HASS integration correctly handles the new "disabled" API response that occurs if the Frigate version update check is disabled. * Update isort. (#425) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Santos <[email protected]> Co-authored-by: James L <[email protected]> * Merge updates for latest HomeAssistant (#427) * Bump actions/setup-python from 4.2.0 to 4.3.0 (#357) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#359) Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/v4.1.0/CHANGELOG.md) - [Commits](crazy-max/ghaction-github-labeler@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump release-drafter/release-drafter from 5.20.1 to 5.21.1 (#358) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.1 to 5.21.1. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5.20.1...v5.21.1) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix HACS add repository badge (#367) * Fix flake8 in the build. (#380) * Fix build badge. (#385) * Bump actions/checkout from 3.1.0 to 3.2.0 (#383) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 4.3.0 to 4.3.1 (#378) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 4.3.1 to 4.4.0 (#387) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#394) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.21.1 to 5.22.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5.21.1...v5.22.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3.2.0 to 3.3.0 (#400) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 4.4.0 to 4.5.0 (#407) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Latest version check: add handling for "disabled" (#417) This goes alongside blakeblackshear/frigate#5208 to ensure that the HASS integration correctly handles the new "disabled" API response that occurs if the Frigate version update check is disabled. * Update isort. (#425) * Fixes for Home Assistant 2023.1.7+, Python 3.9, Python 3.10 (#426) * Updates for Home Assistant 2023.1.7 and Python 3.9 . * Fix for Python 3.10. * Minor type fixes. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Santos <[email protected]> Co-authored-by: James L <[email protected]> * Fix handling of GPU error conditions in sensors (#430) * Fix handling of GPU error * Update tests * Clean up logic * Revert "Force AAC audio to be used in RTSP URL (#419)" (#432) This reverts commit b91d882, which is no longer necessary since AlexxIT/go2rtc#194 was fixed. * Allow API callers (e.g. the card) to search via sub_labels (#444) * Allow the card to search via sub_labels . * Minor fix / sort. * Fix test. * Fix DST related test failure (#452) * Fix DST related test failure. * Try the conversion from the HA local time instead. * Save value of localized TZ. * Bump version to v4.0.0-rc1 . (#453) * Update devcontainer versions. (#455) * Pin mypy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Dermot Duffy <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe Santos <[email protected]> Co-authored-by: virtualm2000 <[email protected]> Co-authored-by: James L <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds sensor for upstream blakeblackshear/frigate#3931