You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts
3
+
Open source home automation.
4
4
5
5
-[homepage](https://www.home-assistant.io/)
6
6
-[docs](https://www.home-assistant.io/docs/)
7
7
8
8
## Setup
9
9
10
-
Import `inputs.core.nixosModule.home-assistant-oci`, set `services.home-assistant-oci.enable = true`in your config and access the webUI with `http://<ip-of-your-device>:8123` locally. There should be an option for creating an account.
In case you cannot get your home devices discovered in your network, you might need to open TCP ports on your server that are required by your services via `networking.firewall.allowedTCPPorts` and add the services via `Settings >> Devices & Services >> Integrations >> Add Integration` manually in home-assistant.
18
+
Access the web interface at `http://<ip-of-your-device>:8123`. There should be an option for creating an account.
15
19
16
-
## TODO
20
+
## Auto-discovery
17
21
18
-
-[ ] let docker image update automatically
22
+
In case you cannot get your home devices discovered in your network, you might need to open TCP ports on your server that are required by your services via `networking.firewall.allowedTCPPorts` and add the services via *Settings >> Devices & Services >> Integrations >> Add Integration* manually in home-assistant.
0 commit comments