Enable entities in Netatmo snapshot test (#115105)

This commit is contained in:
Joost Lekkerkerker 2024-04-07 14:38:40 +02:00 committed by GitHub
parent df6997bfa9
commit 1b07d3ecfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 933 additions and 124 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@ from .common import selected_platforms, snapshot_platform_entities
from tests.common import MockConfigEntry from tests.common import MockConfigEntry
@pytest.mark.usefixtures("entity_registry_enabled_by_default")
async def test_entity( async def test_entity(
hass: HomeAssistant, hass: HomeAssistant,
config_entry: MockConfigEntry, config_entry: MockConfigEntry,