Remove logging from tibber (#20382)
* Remove logging from tibber * keep guard
This commit is contained in:
parent
2559bc4226
commit
3b1534c126
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ async def async_setup_platform(hass, config, async_add_entities,
|
||||||
discovery_info=None):
|
discovery_info=None):
|
||||||
"""Set up the Tibber sensor."""
|
"""Set up the Tibber sensor."""
|
||||||
if discovery_info is None:
|
if discovery_info is None:
|
||||||
_LOGGER.error("Tibber sensor configuration has changed."
|
|
||||||
" Check https://home-assistant.io/components/tibber/")
|
|
||||||
return
|
return
|
||||||
|
|
||||||
tibber_connection = hass.data.get(TIBBER_DOMAIN)
|
tibber_connection = hass.data.get(TIBBER_DOMAIN)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue