Fix missing binary sensor types

* Add missing binary sensor types to sensor/mysensors.
* Remove unneeded pylint disable.
This commit is contained in:
MartinHjelmare 2016-01-19 19:26:40 +01:00
parent 85df9e98bd
commit 9249dc6dd3
2 changed files with 8 additions and 2 deletions

View file

@ -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):