Skip to content

Commit

Permalink
Update minimum Hass version to 2023.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 5, 2024
1 parent 202a53a commit 03a07f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "WebRTC Camera",
"render_readme": true,
"homeassistant": "2022.5.0"
"homeassistant": "2023.7.0"
}
5 changes: 5 additions & 0 deletions tests/test_backward.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
from homeassistant.components.image import ImageEntity
from homeassistant.components.media_player import MediaPlayerEntityFeature


def test_2022_5_0():
assert MediaPlayerEntityFeature


def test_2023_7_0():
assert ImageEntity

0 comments on commit 03a07f9

Please sign in to comment.