Skip to content

Commit

Permalink
Update rtl_433_mqtt_autodiscovery/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Berry <[email protected]>
  • Loading branch information
codyc1515 and deviantintegral authored Mar 4, 2023
1 parent cec2e87 commit d305d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl_433_mqtt_autodiscovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Follow these steps to run just the autodiscovery script in a dedicated container
docker run -e MQTT_HOST=mqtt.example.com -e MQTT_USERNAME=username -e MQTT_PASSWORD=password ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-amd64
```

Replace `amd64` with your appropriate architecture. For Raspberry Pi, this is `armhf`.
Replace `amd64` with your appropriate architecture. For Raspberry Pi, this is `armhf`, `armv7`, or `aarch64` depending on your Pi version and operating system. If unsure, running `arch` at the command line can help identify the architecture.

Using docker-compose:

Expand Down

0 comments on commit d305d6a

Please sign in to comment.