Joakim Sørensen

Results 188 comments of Joakim Sørensen
trafficstars

Yeah, have verified there is some difference even on HA dev.

I took a look at it, and the markdown card uses a slightly different approach to how content breaks. HACS uses the same as add-ons, which have the same problems....

This is correct. It behaves differently depending on whether you pass it `break` or not (the markdown card does); HACS and add-ons do not. Witch has the side-effect of messing...

Thanks @MartinHjelmare; I _think_ I covered all of them; I left one `os` call (for listdir), because I found that a lot simpler to work with than the Path.walk alternative.

Because its not actually called directly here, `main()` returns an int (100) which when called as a script its passed to sys.exit

It seems like it, but I do not see why yet. Currently working on testing the actual restoring, will look more at this one once that is done

It exited with code 2 (pytest exit because of user interruption), due to "wrong arguments", this commit solved that.