Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulyaka committed Aug 11, 2024
1 parent bfad597 commit 3a16a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/powerllm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"config_flow": true,
"dependencies": ["assist_pipeline", "http", "intent", "script"],
"documentation": "https://github.com/Shulyaka/powerllm/blob/master/README.md",
"issue_tracker": "https://github.com/Shulyaka/powerllm/issues",
"integration_type": "service",
"iot_class": "local_push",
"issue_tracker": "https://github.com/Shulyaka/powerllm/issues",
"requirements": [],
"version": "0.0.1"
}
4 changes: 4 additions & 0 deletions tests/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
from syrupy.assertion import SnapshotAssertion


def test_test(hass):
"""Workaround for https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/discussions/160."""


async def test_http_api_list(
hass: HomeAssistant,
hass_client: ClientSessionGenerator,
Expand Down

0 comments on commit 3a16a73

Please sign in to comment.