From a4ca9aeba031ce53205d1d4f8be1a1fdef35fbc2 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:09:14 +0100 Subject: [PATCH] fix ha release versions (#32059) * FYTA: fix ha release version * Motionblinds BLE: Fix typo in version number --- source/_integrations/fyta.markdown | 2 +- source/_integrations/motionblinds_ble.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/fyta.markdown b/source/_integrations/fyta.markdown index 52cd3f7da52..fb8b81f7b94 100644 --- a/source/_integrations/fyta.markdown +++ b/source/_integrations/fyta.markdown @@ -3,7 +3,7 @@ title: FYTA description: Instructions on how to integrate FYTA sensors within Home Assistant. ha_category: - Sensor -ha_release: 0.1 +ha_release: 2024.4 ha_iot_class: Cloud Polling ha_config_flow: true ha_codeowners: diff --git a/source/_integrations/motionblinds_ble.markdown b/source/_integrations/motionblinds_ble.markdown index 7ac3045015e..ccdaca3bfe8 100644 --- a/source/_integrations/motionblinds_ble.markdown +++ b/source/_integrations/motionblinds_ble.markdown @@ -4,7 +4,7 @@ description: Instructions on how to integrate Motionblinds Bluetooth motors into ha_category: - Cover ha_iot_class: Assumed State -ha_release: 2024.04 +ha_release: 2024.4 ha_domain: motionblinds_ble ha_codeowners: - '@LennP'