From 9b24ddaaa5cc1ee6dfb99e32b5b1f08a1f5504af Mon Sep 17 00:00:00 2001 From: Roelof Schuiling Date: Fri, 28 Jun 2019 15:10:45 +0200 Subject: [PATCH] Removing integration instead of .tradfri_psk.conf (#9707) When using the integration, you can simply remove the integration after a Tradfri firmware update. Everything will get rediscovered after a restart. This was not yet mentioned in the docs. --- source/_components/tradfri.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index 9718779da0f..0d17b408d24 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -56,7 +56,11 @@ allow_tradfri_groups: ### {% linkable_title Firmware updates %} -After updating the firmware of your IKEA Trådfri Gateway it might be necessary to repeat the configuration process. If you encounter problems, delete the `.tradfri_psk.conf` file in your `.homeassistant` directory, restart Home Assistant, when prompted enter the security key and click configure, just like during initial setup. Possible errors: `Fatal DTLS error: code 115`. +After updating the firmware of your IKEA Trådfri Gateway it might be necessary to repeat the configuration process. Possible errors: `Fatal DTLS error: code 115`. If you encounter problems: +- when configured using the integration: remove the integration through Settings > Integrations > Tradfri > delete using trash can icon; +- with manual configuration: delete the `.tradfri_psk.conf` file in your `.homeassistant` directory; + +Then restart Home Assistant, when prompted enter the security key and click configure, just like during initial setup. ### {% linkable_title Compilation issues %}