mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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):
|
||||
"""Set up Tellstick switches."""
|
||||
"""Set up a Volvo switch."""
|
||||
if discovery_info is None:
|
||||
return
|
||||
add_entities([VolvoSwitch(hass, *discovery_info)])
|
||||
|
Loading…
x
Reference in New Issue
Block a user