diff --git a/custom_components/powerllm/manifest.json b/custom_components/powerllm/manifest.json index 5e989ce..81c06db 100644 --- a/custom_components/powerllm/manifest.json +++ b/custom_components/powerllm/manifest.json @@ -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" } diff --git a/tests/test_http.py b/tests/test_http.py index 3432544..e055cce 100644 --- a/tests/test_http.py +++ b/tests/test_http.py @@ -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,