-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
76 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<!-- Thank you for your contribution to this addon! --> | ||
|
||
<!-- rtl_433_mqtt_autodiscovery/rtl_433_mqtt_hass.py is maintained upstream at | ||
merbanan/rtl_433. In general, changes to that file should be filed as a | ||
pull request there first. | ||
--> | ||
|
||
<!-- Please open normal feature and bug fix requests against the "next" branch. | ||
This allows us to merge changes without immediately sending the change to | ||
addon users. | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- Write a summary of what you're trying to solve, with links to any relevant | ||
issues, and how this PR solves it. | ||
--> | ||
|
||
## Alternatives Considered | ||
|
||
<!-- Are there other ways to add the feature or solve the bug you considered? | ||
Why didn't you pursue them further? | ||
--> | ||
|
||
## Testing Steps | ||
|
||
1. First... | ||
2. Then... | ||
3. You should see... (screenshots or console text are helpful) | ||
<!-- Thank you for your contribution to this addon! --> | ||
|
||
<!-- rtl_433_mqtt_autodiscovery/rtl_433_mqtt_hass.py is maintained upstream at | ||
merbanan/rtl_433. In general, changes to that file should be filed as a | ||
pull request there first. | ||
--> | ||
|
||
<!-- Please open normal feature and bug fix requests against the "next" branch. | ||
This allows us to merge changes without immediately sending the change to | ||
addon users. | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- Write a summary of what you're trying to solve, with links to any relevant | ||
issues, and how this PR solves it. | ||
--> | ||
|
||
## Alternatives Considered | ||
|
||
<!-- Are there other ways to add the feature or solve the bug you considered? | ||
Why didn't you pursue them further? | ||
--> | ||
|
||
## Testing Steps | ||
|
||
1. First... | ||
2. Then... | ||
3. You should see... (screenshots or console text are helpful) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.16 | ||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18 | ||
FROM $BUILD_FROM as builder | ||
MAINTAINER [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"build_from": { | ||
"aarch64": "homeassistant/aarch64-base-python:3.9-alpine3.16", | ||
"amd64": "homeassistant/amd64-base-python:3.9-alpine3.16", | ||
"armhf": "homeassistant/armhf-base-python:3.9-alpine3.16", | ||
"armv7": "homeassistant/armv7-base-python:3.9-alpine3.16", | ||
"i386": "homeassistant/i386-base-python:3.9-alpine3.16" | ||
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.18", | ||
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.18", | ||
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.18", | ||
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.18", | ||
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.18" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters