Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IDmedia committed Feb 15, 2024
1 parent 3baca14 commit 53441ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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`.
Expand All @@ -93,4 +93,4 @@ Please check out the `lovelace` folder. That's where I've placed two button-card

<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JPGHGTWP33A5L">
<img src="https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png" alt="Donate with PayPal" />
</a>
</a>

0 comments on commit 53441ae

Please sign in to comment.