mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Deprecate history_graph integration (#30835)
This commit is contained in:
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 = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user