-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes for ws 5000/obersveriop oddities with new firmware updates
- Loading branch information
1 parent
4453b3c
commit b7aa398
Showing
6 changed files
with
82 additions
and
37 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
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,15 +1,13 @@ | ||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile | ||
|
||
build_from: | ||
aarch64: "ghcr.io/home-assistant/aarch64-base:3.15" | ||
amd64: "ghcr.io/home-assistant/amd64-base:3.15" | ||
armhf: "ghcr.io/home-assistant/armhf-base:3.15" | ||
armv7: "ghcr.io/home-assistant/armv7-base:3.15" | ||
i386: "ghcr.io/home-assistant/i386-base:3.15" | ||
aarch64: "ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.18" | ||
amd64: "ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.18" | ||
armhf: "ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.18" | ||
armv7: "ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.18" | ||
i386: "ghcr.io/home-assistant/i386-base-python:3.11-alpine3.18" | ||
labels: | ||
org.opencontainers.image.title: "Home Assistant Add-on: AWNET to HASS" | ||
org.opencontainers.image.description: "Addon to capture local Ambient Weather data in Home Assistant" | ||
org.opencontainers.image.source: "https://github.com/tlskinneriv/hassio-addons" | ||
org.opencontainers.image.licenses: "MIT License" | ||
args: | ||
TEMPIO_VERSION: "2021.09.0" |
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