mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Deprecate weblink integration (#30834)
This commit is contained in:
committed by
Paulus Schoutsen
parent
4544665749
commit
235ab64066
@@ -36,6 +36,12 @@ CONFIG_SCHEMA = vol.Schema(
|
||||
|
||||
def setup(hass, config):
|
||||
"""Set up the weblink component."""
|
||||
_LOGGER.warning(
|
||||
"The weblink integration has been deprecated and is pending for removal "
|
||||
"in Home Assistant 0.107.0. Please use this instead: "
|
||||
"https://www.home-assistant.io/lovelace/entities/#weblink"
|
||||
)
|
||||
|
||||
links = config.get(DOMAIN)
|
||||
|
||||
for link in links.get(CONF_ENTITIES):
|
||||
|
Reference in New Issue
Block a user