mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix a typo (#17147)
This commit is contained in:
parent
acf684de05
commit
aec320dc19
@ -15,7 +15,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
def setup_platform(hass, config, add_entities, discovery_info=None):
|
def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||||
"""Set up Tellstick switches."""
|
"""Set up a Volvo switch."""
|
||||||
if discovery_info is None:
|
if discovery_info is None:
|
||||||
return
|
return
|
||||||
add_entities([VolvoSwitch(hass, *discovery_info)])
|
add_entities([VolvoSwitch(hass, *discovery_info)])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user