mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Clean up Solar-log review comments (#43503)
This commit is contained in:
parent
acca35cdc4
commit
a0a44f12a7
@ -17,9 +17,9 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
|
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
|
||||||
"""Set up the solarlog platform."""
|
"""Set up the solarlog platform."""
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Configuration of the solarlog platform in configuration.yaml is deprecated in Home Assistant 0.119. Please remove entry from your configuration"
|
"Configuration of the solarlog platform in configuration.yaml is deprecated "
|
||||||
|
"in Home Assistant 0.119. Please remove entry from your configuration"
|
||||||
)
|
)
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry, async_add_entities):
|
async def async_setup_entry(hass, entry, async_add_entities):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user