mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix to remove old unused variables.
This commit is contained in:
parent
6ff24ed047
commit
4c4e5d5f47
@ -20,10 +20,6 @@ import homeassistant.components.mysensors as mysensors
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = []
|
||||||
|
|
||||||
ADD_DEVICES = None
|
|
||||||
S_TYPES = None
|
|
||||||
V_TYPES = None
|
|
||||||
|
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
"""Setup the mysensors platform for switches."""
|
"""Setup the mysensors platform for switches."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user