1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Use mock_platform for button entity component tests instead of hass.components (#113627)

This commit is contained in:
Jan-Philipp Benecke
2024-03-16 23:47:59 +01:00
committed by GitHub
parent 11c570ea7b
commit 73f11064d7
4 changed files with 58 additions and 61 deletions

View File

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