Merge pull request #43 from arcnmx/hass-getmac

fix: tewi hass missing dependency
This commit is contained in:
Kat Inskip 2022-10-06 08:35:49 -07:00 committed by GitHub
commit fddaead6c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,14 +56,14 @@
http = {
cors_allowed_origins = [
"https://google.com"
"https://www.home-assistant.io"
"https://www.home-assistant.io"
];
use_x_forwarded_for = "true";
trusted_proxies = [
"127.0.0.0/24"
"200::/7"
"100.64.0.0/10"
"fd7a:115c:a1e0:ab12::/64"
"200::/7"
"100.64.0.0/10"
"fd7a:115c:a1e0:ab12::/64"
];
};
recorder = {
@ -141,6 +141,7 @@
psycopg2
aiohomekit
securetar
getmac # for upnp integration
(aiogithubapi.overrideAttrs (_: { doInstallCheck = false; }))
];
extraComponents = [