Remove empty schema (#45044)
This commit is contained in:
@@ -5,7 +5,6 @@ import threading
|
||||
import time
|
||||
|
||||
import lirc
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP
|
||||
|
||||
@@ -19,8 +18,6 @@ EVENT_IR_COMMAND_RECEIVED = "ir_command_received"
|
||||
|
||||
ICON = "mdi:remote"
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema({DOMAIN: vol.Schema({})}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
|
||||
def setup(hass, config):
|
||||
"""Set up the LIRC capability."""
|
||||
|
||||
Reference in New Issue
Block a user