mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
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.
This commit is contained in:
parent
3e273bbf04
commit
eb2d298759
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user