Sam Steele
Sam Steele
I've fixed it locally by passing the $index from the carousel image loop through to download_media_url and added the following to get the correct URL from the edge_sidecar_to_children array node:...
@ni-ka it's still working for me, I've uploaded my changes to a branch you can try here: https://github.com/c99koder/DsgnWrks-Instagram-Importer/commit/d2524396c378e0104cd35bf5898d15a9ff791226
I've submitted a pull request
Also need to uncache when showing/hiding the user list on iPad as the message width will change
Make sure you've downloaded the latest version of the app (4.9.2) from the Play Store, as this issue should have already been fixed.
Typo in the commit message closed the wrong ticket
Create an input_number helper entity in Home Assistant called lcd_brightness that stores a value between 0 and 100, and then add the following to your esphome config to set the...
`you_joined_channel` is the event in our API for when the user joins a channel
The `isupport_params` event gives you the PREFIX configuration for each connection which tells you which symbols to display for each mode. The defaults we use when PREFIX isn't set is:...
You will need to obtain a token via OAuth2 in order to use the v2 API, the developer tokens only allow access to v1 which is no longer available. The...