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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"