Home Assistant: Difference between revisions
imported>Mic92 donate my configuration |
imported>Fab m Fix naming |
||
| Line 1: | Line 1: | ||
[https://www.home-assistant.io/ Home Assistant] is an open source home automation software that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. | [https://www.home-assistant.io/ Home Assistant] is an open source home automation software that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. | ||
= Home | = Home Assistant with nginx as a reverse proxy = | ||
If you run a public | If you run a public Home Assistant instance it is a good idea to enable SSL/TLS. | ||
The following configuration generates a certificate using letsencrypt: | The following configuration generates a certificate using letsencrypt: | ||
| Line 30: | Line 30: | ||
= Add custom lovelace modules = | = Add custom lovelace modules = | ||
This [https://github.com/NixOS/nixpkgs/pull/89136 pull request] describes how to add custom lovelace modules | This [https://github.com/NixOS/nixpkgs/pull/89136 pull request] describes how to add custom lovelace modules. | ||
== Example configurations == | == Example configurations == | ||
- [https://github.com/Mic92/dotfiles/tree/master/nixos/eve/modules/home-assistant Mic92's config] | - [https://github.com/Mic92/dotfiles/tree/master/nixos/eve/modules/home-assistant Mic92's config] | ||