Maurizio Fabiani

Results 20 comments of Maurizio Fabiani

Not at all... no unconventional networking, neither VPN. You mean i am not the only one with this problem? Just few minutes ago i got this: ``` 2023-03-24 16:01:06.386 ERROR...

This is modified version of sensor.py: ``` """Sensor platform for Chromecast devices.""" from __future__ import annotations import collections import json import logging from datetime import timedelta import homeassistant.core as ha_core...

What you mean with this: ``` your are busting the rate limit of Spotify API ``` About requests, you mean this: ![Schermata 2023-03-25 alle 16 47 41](https://user-images.githubusercontent.com/37701688/227727713-14c28bd6-33c1-484d-9187-c660a86a386f.png) ![Schermata 2023-03-25 alle...

I switched back to the default values, but this morning i got the same errors as before: ``` 2023-03-27 07:00:14.658 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.playlists_sensor fails Traceback (most recent...

FYI after some hours of default sensor.py worked, the errors are not anymore in the log. So, i think, the errors lie in the modified sensor.py.

Ok i'll stay tuned.... But.... sad to say... this morning the errors came up again... always at the same hour as previously...

Same here.... many custom button-cards are deleted from the frontend after the latest release.... all is working when downgrade to the previous release.

I am using always the latest release and now i will check it again with 1.2.0 release...

Strange. If i call the service from the service tab in the developer/tools the light change his color randomly as expected, while, if run from the automation, the light is...