Fabian Peter Hammerle vor 3 Jahren
Ursprung
Commit
685a4378c3
2 geänderte Dateien mit 19 neuen und 1 gelöschten Zeilen
  1. 18 0
      CHANGELOG.md
  2. 1 1
      Makefile

+ 18 - 0
CHANGELOG.md

@@ -0,0 +1,18 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.1.0] - 2021-02-06
+### Added
+- MQTT client turning on and off [Intertechno Outlets](https://www.intertechno.at/)
+  via a [CC1101 Transceiver](https://www.ti.com/product/CC1101)
+  when receiving messages on topics `intertechno-cc1101/[ADDRESS]/[BUTTON_INDEX]/set`
+  and `intertechno-cc1101/[ALIAS]/set` (if using `--alias-file`)
+- automatic discovery in home assistant for all devices specified in `--alias-file aliases.json`
+
+[Unreleased]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/compare/v0.1.0...HEAD
+[0.1.0]: https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt/src/v0.1.0

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 # sync with https://github.com/fphammerle/switchbot-mqtt/blob/master/Makefile
 
-DOCKER_IMAGE_NAME := fphammerle/cnteertinoh-cc1101-mqtt
+DOCKER_IMAGE_NAME := docker.io/fphammerle/cnteertinoh-cc1101-mqtt
 DOCKER_TAG_VERSION := $(shell git describe --match=v* --dirty | sed -e 's/^v//')
 ARCH := $(shell arch)
 DOCKER_TAG_ARCH_SUFFIX_aarch64 := arm64