Home Assistant: Difference between revisions
→Automations, Scenes, and Scripts from the UI: scenes -> scene |
→Using PostgreSQL: Use the module to inject the dependency |
||
| Line 285: | Line 285: | ||
Also note that when overriding the package you may want to disable install checks as they tend to take a long time to complete. | Also note that when overriding the package you may want to disable install checks as they tend to take a long time to complete. | ||
< | <syntaxhighlight lang="nix"> | ||
services.home-assistant = { | services.home-assistant = { | ||
extraPackages = ps: with ps; [ psycopg2 ]; | |||
config.recorder.db_url = "postgresql://@/hass"; | config.recorder.db_url = "postgresql://@/hass"; | ||
}; | }; | ||
| Line 303: | Line 299: | ||
}]; | }]; | ||
}; | }; | ||
</ | </syntaxhighlight> | ||
== Updating Zigbee Firmware over the air == | == Updating Zigbee Firmware over the air == | ||