mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Deprecate history_graph integration (#30835)
This commit is contained in:
committed by
Paulus Schoutsen
parent
8861c80068
commit
2a65da5db2
@@ -35,6 +35,11 @@ CONFIG_SCHEMA = vol.Schema(
|
|||||||
|
|
||||||
async def async_setup(hass, config):
|
async def async_setup(hass, config):
|
||||||
"""Load graph configurations."""
|
"""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)
|
component = EntityComponent(_LOGGER, DOMAIN, hass)
|
||||||
graphs = []
|
graphs = []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user