mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +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):
|
||||
"""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 = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user