Removed unnecessary line from notify component.

This commit is contained in:
Ryan Kraus 2015-08-18 22:42:01 -04:00
parent 159411df8b
commit b8b5ac0653

View File

@ -37,8 +37,7 @@ def setup(hass, config):
success = False
for platform, p_config in config_per_platform(config, DOMAIN, _LOGGER):
# create platform
platform = p_config[CONF_PLATFORM]
# get platform
notify_implementation = get_component(
'notify.{}'.format(platform))