Merge pull request #140 from buffedelic/patch-2

Update README.md
This commit is contained in:
Marcus Westin 2021-01-18 15:38:30 +01:00 committed by GitHub
commit 9552baeb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ To get started, make sure that the following requirements are met:
The add-on has been tested on the following platforms: The add-on has been tested on the following platforms:
* Mac OS Catalina 10.15.1 with Node v. 13.2.0 * Mac OS Catalina 10.15.1 with Node v. 13.2.0
* Raspberry Pi 4 with Hass.io * Raspberry Pi 4 with Hass.io
* Raspberry Pi 4 with Hass.io/aarch64
#### Tested Plejd devices #### Tested Plejd devices
* DIM-01 * DIM-01
@ -71,6 +72,9 @@ Open the `config.json` file and locate `host_dbus`, after that line, insert: `"a
More information about available parameters can be found here: More information about available parameters can be found here:
https://developers.home-assistant.io/docs/en/hassio_addon_config.html https://developers.home-assistant.io/docs/en/hassio_addon_config.html
#### Migration from 32bit to 64 bit
If you restore a backup from a 32bit system to a new 64bit system, use the Rebuild option in the Add-on
### Configuration ### Configuration
You need to add the following to your `configuration.yaml` file: You need to add the following to your `configuration.yaml` file:
``` ```