Tag Archive for debug

How to view files of a Home Assistant Add-on in Home Assistant OS

Sometimes you need to access internal files of a add-on. In home assistant addons are basically docker containers which managed by Home Assistant Supervisor. We can just connect to these containers and inspect the file system. Example: Nginx Proxy Manager Let’s Encrypt You might see this output if something went wrong requesting a Let’s Encrypt certificate.

Unfortunately no details… Read more →

Find broken shortcodes

If you recently changed your theme and used shortcodes from it or disabled plugins you maybe want to find all leftovers of them because they are not translated any more. You will find things like [shortcode attribute=”bla”] all over website. Obviously you don’t want to review each post on your website to find them manually. So there comes a little… Read more →