Home Assistant: Difference between revisions
imported>NewAM m Fix a minor typo. |
imported>Mweinelt |
||
Line 176: | Line 176: | ||
"met" | "met" | ||
]; | ]; | ||
extraPackages = | 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 | ||
]; | ]; | ||
}) | }) | ||
}; | }; | ||
} | } |