Team Super Panda

Results 11 comments of Team Super Panda

For the counter I just grab the collection and assign it to a variable. Using variablename.length you get how many objects (in this case customers) there are. Localbase is similar...

You are deleting the item from the database but you don't fetch and get a collection again. Changing it in the database won't mean it has changed in your component....

Without talking about a future feature you wouldn't be able to do this however why not fetch the data and filter it via a function

Could you post a code example or more information?

Not really. In this case I think the common approach would be to use Vuex. Fetch the data from the database and then store it in your vuex store. Multiple...

Could you post some of the console errors? I have implemented it into two projects in the past week and is working fine.

I believe this integration is based on [python-panasonic-comfort-cloud](https://github.com/lostfields/python-panasonic-comfort-cloud/). Reading their issues they mention a 403 error which I am getting. [403 Forbidden](https://github.com/lostfields/python-panasonic-comfort-cloud/issues/64)

Update Manifest.json to the following and it will work again `{ "domain": "panasonic_ac", "name": "Panasonic AC", "documentation": "https://github.com/djbulsink/panasonic_ac/", "dependencies": [], "codeowners": ["Djbulsink", "SeraphimSerapis"], "requirements": ["pcomfortcloud==0.0.23"], "version": "1.0.1" } `

I'm sure you have solved it by now but if you haven't... As the board will be asleep you could do several things based on Home Assistant and the deep...

I'd be curious to have a look at the code if you have it handy