Deprecate history_graph integration (#30835)

This commit is contained in:
Franck Nijhof 2020-01-16 19:31:18 +01:00 committed by Paulus Schoutsen
parent 8861c80068
commit 2a65da5db2
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ CONFIG_SCHEMA = vol.Schema(
async def async_setup(hass, config):
"""Load graph configurations."""
_LOGGER.warning(
"The history_graph integration has been deprecated and is pending for removal "
"in Home Assistant 0.107.0."
)
component = EntityComponent(_LOGGER, DOMAIN, hass)
graphs = []