Skip to content

Commit

Permalink
Fix config style for new Supervisor/Hardware change in HASS (#1)
Browse files Browse the repository at this point in the history
changed startup and devices attributes to comply with 2021.2 supervisor changes. Not yet tested.

Co-authored-by: stevehollx <[email protected]>
Co-authored-by: Fran <[email protected]>
  • Loading branch information
3 people authored Mar 22, 2021
1 parent 1ea185e commit 4b4f5ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Hass.IO add-on repository by James Fry",
"url": "https://github.com/accelle17/hassio-addons",
"url": "https://github.com/james-fry/hassio-addons",
"maintainer": "James and helpers"
}
7 changes: 3 additions & 4 deletions rtl4332mqtt/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "RTL_433 to MQTT Bridge",
"version": "0.2",
"version": "0.2.1",
"slug": "rtl4332mqtt",
"description": "433MHz RF to MQTT Bridge based on RTL_SDR/RTL_433 for RTL2832U based DVB-T USB tuners",
"url": "https://github.com/james-fry/hassio-addons/tree/master/rtl4332mqtt",
"startup": "before",
"boot": "auto",
"startup": "services",
"map": ["config:rw", "ssl"],
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm"],
"usb": true,
"host_network": "False",
"arch": [
"aarch64",
Expand Down

0 comments on commit 4b4f5ea

Please sign in to comment.