Skip to content

Commit

Permalink
Set minimum HA version for component to 2024.1.0b0
Browse files Browse the repository at this point in the history
elad-bar committed Dec 30, 2023
1 parent d599371 commit f83994b
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

## v1.0.11

_Minimum HA Version: 2024.1.0b0_

- Set minimum HA version for component to 2024.1.0b0

## 1.0.10

- Fix manifest
2 changes: 1 addition & 1 deletion custom_components/hpprinter/manifest.json
Original file line number Diff line number Diff line change
@@ -9,5 +9,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/elad-bar/ha-hpprinter/issues",
"requirements": ["xmltodict==0.12.0"],
"version": "1.0.10"
"version": "1.0.11"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "HP Printers Integration",
"iot_class": "Local Polling",
"homeassistant": "2024.1.0"
"homeassistant": "2024.1.0b0"
}

0 comments on commit f83994b

Please sign in to comment.