errors correction

This commit is contained in:
Sergey Makarov
2024-11-18 00:57:27 +03:00
parent 9cda11ad40
commit 7adcad1fad
3 changed files with 12 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
"""Common fixtures for tests."""
import pytest
from homeassistant.core import HomeAssistant
@pytest.fixture
def hass() -> HomeAssistant:
"""Return a Home Assistant instance for testing."""
return HomeAssistant()