From a25fafe58da5b2fd886e3e8cf0f1b4c966fef14f Mon Sep 17 00:00:00 2001 From: Gicko Date: Sun, 29 Dec 2024 20:15:14 +0100 Subject: [PATCH] V1.15.0 Added multiline support for text alignment --- custom_components/divoom_pixoo/const.py | 2 +- custom_components/divoom_pixoo/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/divoom_pixoo/const.py b/custom_components/divoom_pixoo/const.py index 7bcc4b4..5f7df4a 100644 --- a/custom_components/divoom_pixoo/const.py +++ b/custom_components/divoom_pixoo/const.py @@ -1,3 +1,3 @@ DOMAIN = "divoom_pixoo" -VERSION = "1.14.0" +VERSION = "1.15.0" CURRENT_ENTRY_VERSION = 2 diff --git a/custom_components/divoom_pixoo/manifest.json b/custom_components/divoom_pixoo/manifest.json index 85076ff..a87af85 100644 --- a/custom_components/divoom_pixoo/manifest.json +++ b/custom_components/divoom_pixoo/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/gickowtf/pixoo-homeassistant/issues", "requirements": [], - "version": "1.14.0" + "version": "1.15.0" }