From eb2d298759441f882653e7240cf06f555bb676ab Mon Sep 17 00:00:00 2001 From: gb0101010101 <7369439+gb0101010101@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:13:33 -0700 Subject: [PATCH] Update broadlink learned codes storage location (#28411) In Home Assistant OS v10.3 core-2023.7.3 supervisor-2023.07.1 the storage location is not in folder 'configuration' but in 'config'. Don't know if this is the new location for everyone so did not remove the original location from docs. --- source/_integrations/broadlink.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/broadlink.markdown b/source/_integrations/broadlink.markdown index dca8784700a..1e6203541cc 100644 --- a/source/_integrations/broadlink.markdown +++ b/source/_integrations/broadlink.markdown @@ -157,7 +157,7 @@ When the LED blinks for the first time, press the button you want to learn. Then #### Learned codes storage location -The learned codes are stored in `/configuration/.storage/` in a JSON file called `broadlink_remote_MACADDRESS_codes`. You can open this file with a text editor and copy the codes to set up [custom IR/RF switches](#setting-up-custom-irrf-switches) or to send them as [base64 codes](#sending-a-base64-code), but beware: the files in the .storage folder _should never be edited manually_. +The learned codes are stored in `/configuration/.storage/` or `/config/.storage/` in a JSON file called `broadlink_remote_MACADDRESS_codes`. You can open this file with a text editor and copy the codes to set up [custom IR/RF switches](#setting-up-custom-irrf-switches) or to send them as [base64 codes](#sending-a-base64-code), but beware: the files in the .storage folder _should never be edited manually_. ### Sending commands