Merge pull request #147832 from mvnetbiz/homeassistant

This commit is contained in:
Martin Weinelt 2021-11-29 13:11:28 +01:00 committed by GitHub
commit 864a143e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,9 @@
let
defaultOverrides = [
# Remove with Home Assistant 2021.12
(mkOverride "PyChromecast" "9.4.0" "sha256-Y8PLrjxZHml7BmklEJ/VXGqkRyneAy+QVA5rusPeBHQ=")
# aiounify 29 breaks integration tests
(self: super: {
aiounifi = super.aiounifi.overridePythonAttrs (oldAttrs: rec {