1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Use mock_platform for event entity component tests instead of hass.components (#113667)

This commit is contained in:
Jan-Philipp Benecke
2024-03-17 17:32:16 +01:00
committed by GitHub
parent 75a489deb9
commit 25c4ab070b
4 changed files with 61 additions and 61 deletions

View File

@@ -0,0 +1,3 @@
"""Constants for the event entity component tests."""
TEST_DOMAIN = "test"