From 7cea9ed6cbaa937e00a132ca00cbb8c108e62b9b Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Wed, 20 Mar 2024 12:24:34 +0100 Subject: [PATCH 1/4] Use arduinoFFT v2.0.0 --- lib/AudioService/library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AudioService/library.json b/lib/AudioService/library.json index 06808b5d..8d59417e 100644 --- a/lib/AudioService/library.json +++ b/lib/AudioService/library.json @@ -15,7 +15,7 @@ "name": "Service" }, { "name": "arduinoFFT", - "version": "https://github.com/kosme/arduinoFFT#develop @ ~1.9.2" + "version": "~2.0.0" }], "frameworks": "*", "platforms": "*" From b791a71d85fa17fe45e574d03430c5a823ae30a5 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Thu, 4 Apr 2024 23:25:56 +0200 Subject: [PATCH 2/4] Bump version to v7.2.2 --- data/version.json | 2 +- doc/doxygen/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/version.json b/data/version.json index 72bfcf78..846adf8b 100644 --- a/data/version.json +++ b/data/version.json @@ -1,3 +1,3 @@ { - "version": "v7.2.1" + "version": "v7.2.2" } \ No newline at end of file diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 6a8dad52..a5069f63 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = Pixelix # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v7.2.1 +PROJECT_NUMBER = v7.2.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a From 36403cb9e74380c13af50ce3b2858ace65c487e4 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Wed, 20 Mar 2024 12:51:07 +0100 Subject: [PATCH 3/4] Add owner to arduinoFFT library description. --- lib/AudioService/library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/AudioService/library.json b/lib/AudioService/library.json index 8d59417e..f5f02511 100644 --- a/lib/AudioService/library.json +++ b/lib/AudioService/library.json @@ -14,6 +14,7 @@ }, { "name": "Service" }, { + "owner": "kosme", "name": "arduinoFFT", "version": "~2.0.0" }], From 333d989db163aae01fbb15decc49c98361ef216c Mon Sep 17 00:00:00 2001 From: 0ooYoo0 Date: Tue, 13 Feb 2024 11:37:51 +0100 Subject: [PATCH 4/4] Fixed link to import blueprint to Home Assistant --- doc/HOMEASSISTANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HOMEASSISTANT.md b/doc/HOMEASSISTANT.md index 06c69b06..eea4e189 100644 --- a/doc/HOMEASSISTANT.md +++ b/doc/HOMEASSISTANT.md @@ -39,7 +39,7 @@ You need to replace the IP `192.168.178.10` with your Pixelix instance IP. ## Import Blueprint You can use this link to add the wrapper to your Home Assistant installation. -[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FBlueAndi%2Fesp-rgb-led-matrix%2Fblob%2Fmain%2Fdoc%2Fhomeassistant%2Fpixelix-justtext.yaml) +[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FBlueAndi%2Fesp-rgb-led-matrix%2Fblob%2Fmaster%2Fdoc%2Fhomeassistant%2Fpixelix-justtext.yaml) As an alternative you can copy the yaml to `/config/blueprints/automation/homeassistant/`. You can find the raw YAML file [here](./homeassistant/pixelix-justtext.yaml "here")