Luis Alberto Pérez García
Luis Alberto Pérez García
Hi, Thank you for the fix in your fork @RampantRedsFan , I was about to start fixing it myself. Anyhow, I'm having some issues: * Using the version in this...
Not sure about that. I tried master and got no entity nor sensor but an error log. Using yours, I got it working. Only thing, it seems to take some...
What about syncing from an standard http link? Obviously, privacy may not be the best, but If you don't really care about your task's privacy, you could load files from...
Hey @ransome1 , has I would like to load my tasks remotely*, I've been playing around with Github Gists as they seem to be a good way to go: -...
I'm hitting the same problem. In my case, I'm using the banner card to show some simple on/off switches (used for sprinklers) this way: ```yaml type: custom:banner-card heading: - mdi:sprinkler-variant...
Hi, I'm not sure this is related, but I'm getting errors without deep filtering. My collections have relationships, but I'm only filtering data between 2 dates: ``` https://my.server.com/visits/count?updated_at_gt=2021-10-12T22:00:00.000Z&updated_at_lt=2021-10-15T21:59:59.999Z ``` it...
I was thinking in an intermediate approach. Let me explain: In the [`Service.vue`](https://github.com/bastienwirtz/homer/blob/main/src/components/Service.vue) file, in de [`computed`](https://github.com/bastienwirtz/homer/blob/3786f80dae2df7780d19ba8ffd9374ef3c2fc30f/src/components/Service.vue#L17) function you do load dynamic components having a look at type. So if...
I still think chips are a special case and would be great to be able to achieve something like this (from [Chips - Material Design](https://material.io/components/chips#types)):  Would you consider merging...
Just looking for the same. Being a webapp, it's kind of weird it doesn't expose an API. That's a total stopper for us.
Hey @vpp maybe it would be better to provide an API for TimeOff so other people can work on other integration implementations like this (i.e: syncing other calendars rather than...