mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update rpi_rf.py
This commit is contained in:
parent
69929f15fb
commit
f1eda430cd
@ -14,7 +14,7 @@ REQUIREMENTS = ['rpi-rf==0.9.5']
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument, import-error
|
||||||
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||||
"""Find and return switches controlled by a generic RF device via GPIO."""
|
"""Find and return switches controlled by a generic RF device via GPIO."""
|
||||||
import rpi_rf
|
import rpi_rf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user