Fix missing binary sensor types
* Add missing binary sensor types to sensor/mysensors. * Remove unneeded pylint disable.
This commit is contained in:
parent
85df9e98bd
commit
9249dc6dd3
2 changed files with 8 additions and 2 deletions
|
@ -72,8 +72,6 @@ DISCOVERY_COMPONENTS = [
|
|||
|
||||
def setup(hass, config):
|
||||
"""Setup the MySensors component."""
|
||||
# pylint: disable=too-many-locals
|
||||
|
||||
if not validate_config(config,
|
||||
{DOMAIN: [CONF_GATEWAYS]},
|
||||
_LOGGER):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue