-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove image entity from dependencies #636
- Loading branch information
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "WebRTC Camera", | ||
"render_readme": true, | ||
"homeassistant": "2023.7.0" | ||
"homeassistant": "2022.5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
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 | ||
# def test_2023_7_0(): | ||
# assert ImageEntity |