Update tradfri deprecation message (#69005)

This commit is contained in:
Paulus Schoutsen 2022-03-31 11:20:50 -07:00 committed by GitHub
parent 513b05c927
commit ce5d20eb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ async def async_setup_entry(
# https://www.home-assistant.io/integrations/tradfri/ # https://www.home-assistant.io/integrations/tradfri/
_LOGGER.warning( _LOGGER.warning(
"Importing of Tradfri groups has been deprecated due to stability issues " "Importing of Tradfri groups has been deprecated due to stability issues "
"and will be removed in Home Assistant core 2022.4" "and will be removed in Home Assistant core 2022.5"
) )
# No need to load groups if the user hasn't requested it # No need to load groups if the user hasn't requested it
groups_commands: Command = await api( groups_commands: Command = await api(