Skip to content

Commit

Permalink
Merge pull request #5 from ChrisRomp/docs2
Browse files Browse the repository at this point in the history
Update Docs and Build Configuration
  • Loading branch information
ChrisRomp authored Aug 9, 2023
2 parents c043b65 + a87710d commit 4790a24
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
7 changes: 5 additions & 2 deletions ecowitt-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
# Ecowitt Proxy Add-On
Changelog

## 0.1.16

- Fix DOCS.md screenshot
- Add build configuration

## 0.1.15

- Add minimum documentation
- Add changelog


## 0.1.14

- Initial GitHub release
2 changes: 1 addition & 1 deletion ecowitt-proxy/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

In your Ecowitt gateway, configure as you would for the [Home Assistant Ecowitt Integration](https://www.home-assistant.io/integrations/ecowitt/), substuting the `Path` option with `/log/ha` only. Do not include your webhook ID here; it will be added to the path automatically by the add-on.

![Example Screenshot](./images/ecowitt_configuration.png)
![Example Screenshot](images/ecowitt_configuration.png)
2 changes: 1 addition & 1 deletion ecowitt-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXPOSE 8081

# [email protected]
LABEL \
io.hass.version="0.1.15" \
io.hass.version="0.1.16" \
io.hass.type="addon" \
io.hass.arch="armhf|aarch64|i386|amd64|armv7"

Expand Down
6 changes: 6 additions & 0 deletions ecowitt-proxy/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build_from:
aarch64: ghcr.io/hassio-addons/base:stable
amd64: ghcr.io/hassio-addons/base:stable
armhf: ghcr.io/hassio-addons/base:stable
armv7: ghcr.io/hassio-addons/base:stable
i386: ghcr.io/hassio-addons/base:stable
2 changes: 1 addition & 1 deletion ecowitt-proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Ecowitt HTTP Proxy"
description: "An HTTP proxy for Ecowitt weather stations to foward to the Ecowitt integration over HTTPS since Ecowitt does not support HTTPS"
version: "0.1.15"
version: "0.1.16"
slug: ecowitt-proxy
homeassistant_api: true
init: false
Expand Down

0 comments on commit 4790a24

Please sign in to comment.