Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config style for new Supervisor/Hardware change in HASS #1

Merged
merged 12 commits into from
Mar 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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