From 7a352f281ff245e37e234977dfeb3a8e4827a744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0neberger?= Date: Fri, 27 Feb 2026 22:42:15 +0100 Subject: [PATCH] chore(master): release ixcommand 1.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c021fc5..dae5591 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "custom_components/ixcommand/manifest.json": "1.0.0", - ".": "1.2.1" + ".": "1.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6a08c..79233c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/legendik/ha-ixcommand/compare/ixcommand-v1.2.1...ixcommand-v1.2.2) (2026-02-27) + + +### Bug Fixes + +* use short entity name but entity_id with serial key and prefix ([9f86e7d](https://github.com/legendik/ha-ixcommand/commit/9f86e7d8f7b101a8371670ffb638a8ef45c397d7)) + ## [1.2.1](https://github.com/legendik/ha-ixcommand/compare/ixcommand-v1.2.0...ixcommand-v1.2.1) (2026-02-27)