From 5794c791cd5f1505726b0a5481270510a279d19a Mon Sep 17 00:00:00 2001 From: Roelof Schuiling Date: Mon, 3 Feb 2020 09:12:41 +0100 Subject: [PATCH] Added location where learned codes can be found (#11949) * Added location where learned codes can be found At the moment, the full codes are not published elsewhere it seems (bugs?). Eventually this file location should be removed again, but for now this info will help people. * :pencil2: Tweaks Co-authored-by: Franck Nijhof --- source/_integrations/broadlink.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/broadlink.markdown b/source/_integrations/broadlink.markdown index 541dcf93595..0ec2d74fc39 100644 --- a/source/_integrations/broadlink.markdown +++ b/source/_integrations/broadlink.markdown @@ -116,6 +116,10 @@ script: In the above example, two codes will be captured for the power command, and will be sent alternately each time the command is called. +#### Learned codes storage location + +The learned commands are stored in folder `\configuration\.storage` in a file called `broadlink_remote_xxxxxxxxxxx_codes.json`. From here, you can copy the codes for use in e.g., a Broadlink switch. Warning: files in the .storage folder should never be edited manually, so just view the file. + ### Send command Use the `remote.send_command` service to send commands.