fix(home-assistant): add pyqrcode for totp mfa
This commit is contained in:
parent
c4d94dadf8
commit
94518025ba
|
@ -38,6 +38,7 @@ in {
|
||||||
"onvif"
|
"onvif"
|
||||||
"shopping_list"
|
"shopping_list"
|
||||||
];
|
];
|
||||||
|
extraPackages = ps: with ps; [ pyqrcode ];
|
||||||
config = {
|
config = {
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
name = "Home";
|
name = "Home";
|
||||||
|
|
Loading…
Reference in a new issue