mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
fix: tewi hass missing dependency
> Error occurred loading configuration flow for integration upnp: No module named 'getmac'
This commit is contained in:
parent
0f53321c62
commit
f4fe63a299
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@
|
|||
psycopg2
|
||||
aiohomekit
|
||||
securetar
|
||||
getmac # for upnp integration
|
||||
(aiogithubapi.overrideAttrs (_: { doInstallCheck = false; }))
|
||||
];
|
||||
extraComponents = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue