mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove __all__
from switch_as_x (#146331)
* Remove `__all__` from switch_as_x * Update homeassistant/components/switch_as_x/__init__.py
This commit is contained in:
parent
c32a988838
commit
4fdbb9c0e2
@ -14,9 +14,6 @@ from homeassistant.helpers import device_registry as dr, entity_registry as er
|
||||
from homeassistant.helpers.event import async_track_entity_registry_updated_event
|
||||
|
||||
from .const import CONF_INVERT, CONF_TARGET_DOMAIN, DOMAIN
|
||||
from .light import LightSwitch
|
||||
|
||||
__all__ = ["LightSwitch"]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user