Skip to content

Commit

Permalink
Release 2023.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Feb 17, 2023
1 parent 4fa4975 commit 2090398
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 7 additions & 3 deletions custom_components/smartweatherudp/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "WeatherFlow - Local",
"domains": ["sensor"],
"homeassistant": "2022.12.0"
"homeassistant": "2023.1.0"
}

0 comments on commit 2090398

Please sign in to comment.