Skip to content

Commit

Permalink
Merge pull request #163 from BlueAndi/bugfix/7.2.x
Browse files Browse the repository at this point in the history
Bugfix/7.2.2
  • Loading branch information
BlueAndi committed Apr 4, 2024
2 parents 607f42a + 333d989 commit 3780ad6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v7.2.1"
"version": "v7.2.2"
}
2 changes: 1 addition & 1 deletion doc/HOMEASSISTANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/AudioService/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
}, {
"name": "Service"
}, {
"owner": "kosme",
"name": "arduinoFFT",
"version": "https://github.com/kosme/arduinoFFT#develop @ ~1.9.2"
"version": "~2.0.0"
}],
"frameworks": "*",
"platforms": "*"
Expand Down

0 comments on commit 3780ad6

Please sign in to comment.