1
0
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:
tkdrob
2021-02-22 09:28:08 -05:00
committed by GitHub
parent 81d011efc5
commit 75e04f3a71
21 changed files with 25 additions and 37 deletions

View File

@@ -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"