mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Clean up constants (#46885)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
from unittest.mock import AsyncMock, Mock, call, patch
|
||||
|
||||
from homeassistant.components import dynalite
|
||||
from homeassistant.const import ATTR_SERVICE
|
||||
from homeassistant.helpers import entity_registry
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
ATTR_SERVICE = "service"
|
||||
ATTR_METHOD = "method"
|
||||
ATTR_ARGS = "args"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user