Remove logging from tibber (#20382)

* Remove logging from tibber

* keep guard
This commit is contained in:
Daniel Høyer Iversen 2019-01-24 21:56:44 +01:00 committed by Anders Melchiorsen
parent 2559bc4226
commit 3b1534c126

View file

@ -29,8 +29,6 @@ async def async_setup_platform(hass, config, async_add_entities,
discovery_info=None):
"""Set up the Tibber sensor."""
if discovery_info is None:
_LOGGER.error("Tibber sensor configuration has changed."
" Check https://home-assistant.io/components/tibber/")
return
tibber_connection = hass.data.get(TIBBER_DOMAIN)