Home Assistant: Difference between revisions

imported>NewAM
m Fix a minor typo.
imported>Mweinelt
Line 176: Line 176:
         "met"
         "met"
       ];
       ];
       extraPackages = py: with py; [
       extraPackages = ps: with ps; [
         # Are you using a database server for your recorder?
         # Are you using a database server for your recorder?
         # https://www.home-assistant.io/integrations/recorder/
         # https://www.home-assistant.io/integrations/recorder/
         #mysqlclient
         #mysqlclient
         #psycopg2
         #psycopg2
       ];
       ];
     }).overrideAttrs (oldAttrs: {
     })
      # Don't run package tests, they take a long time
      doInstallCheck = false;
    });
   };
   };
}
}