From 2090398384dd51d8a4304fdaa71e7874f40dd0ff Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Fri, 17 Feb 2023 11:15:05 -0700 Subject: [PATCH] Release 2023.2.0 --- CHANGELOG.md | 9 +++++++++ custom_components/smartweatherudp/manifest.json | 10 +++++++--- hacs.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3407a27..2ec1fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # List of Changes +## Version 2023.2.0 + +- Use async_forward_entry_setups instead of async_setup_platforms +- Resolve HA warnings on device class/units + +## Version 2022.12.0 + +- Fix issues with deprecated HA code + ## Version 2022.7.0 - Bump pyweatherflowudp to 1.4.1 - [Changelog](https://github.com/briis/pyweatherflowudp/blob/main/CHANGELOG.md) diff --git a/custom_components/smartweatherudp/manifest.json b/custom_components/smartweatherudp/manifest.json index 2d663ed..96c8c75 100644 --- a/custom_components/smartweatherudp/manifest.json +++ b/custom_components/smartweatherudp/manifest.json @@ -1,9 +1,13 @@ { "domain": "smartweatherudp", "name": "WeatherFlow - Local", + "codeowners": ["@natekspencer"], "config_flow": true, "documentation": "https://github.com/briis/smartweatherudp", - "version": "2022.12.0", - "codeowners": ["@natekspencer"], - "requirements": ["pyweatherflowudp==1.4.1"] + "integration_type": "hub", + "iot_class": "local_push", + "issue_tracker": "https://github.com/briis/smartweatherudp/issues", + "loggers": ["pyweatherflowudp"], + "requirements": ["pyweatherflowudp==1.4.1"], + "version": "2023.2.0" } diff --git a/hacs.json b/hacs.json index c09acdf..8600ba0 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "WeatherFlow - Local", "domains": ["sensor"], - "homeassistant": "2022.12.0" + "homeassistant": "2023.1.0" }