Add SolarEdge Optimizers Home Assistant integration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""Test fixtures for SolarEdge Optimizers."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
pytest_plugins = "pytest_homeassistant_custom_component"
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def auto_enable_custom_integrations(enable_custom_integrations: None) -> None:
|
||||
"""Enable loading custom integrations in all tests."""
|
||||
Reference in New Issue
Block a user