Josh Willox

Results 132 comments of Josh Willox

Yeah, I'm not sure either. That error means the request to the Hass.io API was successful, but the response from Hass.io was not valid, i.e it didn't contain the identifier...

Thanks! This makes it a lot clearer. The issue is due to a timeout error. Auto Backup waits by default 20 minutes for a snapshot to complete, if it takes...

Well, this has me very confused, I've tried to do some digging into the snapshots API and can't find anything to explain why this is occurring. How big are you...

My best guess at this point considering when you did an empty partial backup everything worked correctly, is that due to their size and possibly your hardware that either *...

Unfortunately no, `secondary_info` is only available for entity-rows which already provide the `secondary_info` option. Canary effectively just gives you the ability to set that `secondary info` option using a template.

Hmm, I suppose I could include that ability, you could always add `no_card: true` to the inner cards to hide their backgrounds, and you can probably use `canary_style` to adjust...

Can you provide an example config to demonstrate the issue you're having? I've updated the example above to include an example of `canary_style`, there's also some more info in the...

Ahhh, I made the mistake of testing on my development version, you're correct `canary_style` does not work correctly in the currently released version. I'll release a fixed version shortly.

This should be fixed in [0.3.2](https://github.com/jcwillox/lovelace-canary/releases/tag/0.3.2), let me know if it's working now.

Did you make sure you're running the new version, it will show which version you are running in the browser console. In that image you sent, `no_card` is working, and...