Skip to content

Commit

Permalink
Merge pull request #117 from elad-bar/support-ha-2024-1-0-beta
Browse files Browse the repository at this point in the history
Set minimum HA version for component to 2024.1.0b0
  • Loading branch information
elad-bar authored Dec 30, 2023
2 parents b4bb56a + 9d4172a commit 5ac3c6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.30

_Minimum HA Version: 2024.1.0b0_

- Set minimum HA version for component to 2024.1.0b0

## 2.0.29

_Minimum HA Version: 2024.1.0_
Expand Down
2 changes: 1 addition & 1 deletion custom_components/edgeos/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/elad-bar/ha-edgeos/issues",
"requirements": ["aiohttp"],
"version": "2.0.29"
"version": "2.0.30"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "EdgeOS (Ubiquiti)",
"iot_class": "Local Polling",
"homeassistant": "2024.1.0"
"homeassistant": "2024.1.0b0"
}

0 comments on commit 5ac3c6f

Please sign in to comment.