Aritz Tusell

Results 8 comments of Aritz Tusell

This would be really great. Is there any new or workaround?

I have the same issue. I was expecting the editor in the right column, not aligned to the left as @sxwild shows in the capture. Does anyone know the reason...

In the case of spotColor, minSpotColor, maxSpotColor params (maybe others too), using **_null_** as value works well too.

Con un poco de copilot y algún retoque, esto podría ser un punto de partida: ```python import re import requests anchor_url = 'PUT ANCHOR URL HERE' url_base = 'https://www.google.com/recaptcha/' re_pattern...

I'd say the data comparison is made between the retrieved data and the previous existing data. I thought that maybe if there is no current data to check, then there...

I added a simple early return in https://github.com/uvejota/homeassistant-edata/blob/7b7a2a6f2ed0bde229a521dc2fa6feaf042800be/custom_components/edata/coordinator.py#L357: ```python return True ``` Restarted HA. And the data was there. It looks OK to me, but I'm aware that may be...