From 428a8b3699fcf7ba1d95afaa27a452daca972c5e Mon Sep 17 00:00:00 2001 From: Simon Hu Date: Mon, 23 Sep 2024 22:37:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AE=A9Climate=E7=9A=84entity=5Fid?= =?UTF-8?q?=E4=B8=8E=E5=85=B6=E5=AE=83Sensor=E7=9A=84entity=5Fid=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E6=96=B9=E5=BC=8F=E4=B8=80=E6=A0=B7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/airtub_udp/climate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/airtub_udp/climate.py b/custom_components/airtub_udp/climate.py index 3e8e12d..e7f93a3 100755 --- a/custom_components/airtub_udp/climate.py +++ b/custom_components/airtub_udp/climate.py @@ -42,6 +42,7 @@ def __init__(self, hass, name, mode): """Initialize the climate device.""" self._enable_turn_on_off_backwards_compatibility = False self._unique_id = name + self.entity_id = f"climate.{name}" self._name = self._generate_friendly_name() self._hass = hass self._mode = mode From ac73a96a376a7103c67c4fc25f0e67b03f21c25f Mon Sep 17 00:00:00 2001 From: Simon Hu Date: Mon, 23 Sep 2024 22:37:28 +0800 Subject: [PATCH 2/2] 2.0.11 --- custom_components/airtub_udp/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/airtub_udp/manifest.json b/custom_components/airtub_udp/manifest.json index d073acd..77a5bfd 100755 --- a/custom_components/airtub_udp/manifest.json +++ b/custom_components/airtub_udp/manifest.json @@ -12,5 +12,5 @@ "issue_tracker": "https://github.com/zenz/airtub_ha_reader/issues", "requirements": [], "single_config_entry": true, - "version": "2.0.10" + "version": "2.0.11" } \ No newline at end of file