From 53441ae1f8d03d041b8a233c44d86fb87c85631e Mon Sep 17 00:00:00 2001 From: Benjamin Krause Date: Thu, 15 Feb 2024 14:22:44 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d53a016..d7a5aab 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ docker run -d \ --restart always \ -e TZ=Europe/Oslo \ -v $(pwd)/data:/data \ - registry.idmedia.no/idmedia/docker/hass-unraid:latest + ghcr.io/idmedia/hass-unraid:latest ``` Docker-compose: @@ -72,7 +72,7 @@ services: - TZ=Europe/Oslo volumes: - './data:/data' - image: registry.idmedia.no/idmedia/docker/hass-unraid:latest + image: ghcr.io/idmedia/hass-unraid:latest ``` The container should now connect to your Unraid server(s) and automatically create an entry in Home Assistant. To verify navigate to Settings->Devices & Services->MQTT. If no device is created make sure to check the contains logs using `docker logs hass-unraid`. @@ -93,4 +93,4 @@ Please check out the `lovelace` folder. That's where I've placed two button-card Donate with PayPal - \ No newline at end of file +