mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Deprecate the synology integration (#39958)
* Deprecate the synology integration * Add release to remove synology
This commit is contained in:
parent
6e6d6c65ef
commit
1e5186fe94
@ -42,6 +42,13 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
|||||||
|
|
||||||
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
|
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
|
||||||
"""Set up a Synology IP Camera."""
|
"""Set up a Synology IP Camera."""
|
||||||
|
_LOGGER.warning(
|
||||||
|
"The Synology integration is deprecated."
|
||||||
|
" Please use the Synology DSM integration"
|
||||||
|
" (https://www.home-assistant.io/integrations/synology_dsm/) instead."
|
||||||
|
" This integration will be removed in version 0.118.0."
|
||||||
|
)
|
||||||
|
|
||||||
verify_ssl = config.get(CONF_VERIFY_SSL)
|
verify_ssl = config.get(CONF_VERIFY_SSL)
|
||||||
timeout = config.get(CONF_TIMEOUT)
|
timeout = config.get(CONF_TIMEOUT)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user