Results 72 comments of Pawel

Bluetooth only, so first generation I think. I'm asking because for some reason google_assistant component in HA is trying to get light temperature, and if it is then I've got...

``` type: custom:webrtc-camera url: URL title: CAM intersection: 0.75 muted: false ui: true ptz: service: yi_hack.ptz data_left: entity_id: camera.yi_hack movement: left data_right: entity_id: camera.yi_hack movement: right data_up: entity_id: camera.yi_hack movement:...

@timstanley1985 can you share your code of timers?

I think there should be `scheduler class` and it should be base class for other schedulers. Then we should create `generic_climate_scheduler` which is managed by HA schedule and then we...

isn't gonna be worse if user create some schedule in thermostat mobile app and then try to schedule something different in HA scheduler and be surprised that it's going crazy?

@efficiosoft I can see benefits for both approaches, but some thermostats has to have schedule set up if using auto mode. So in case we don't sync scheduler from manufacter...

@efficiosoft Buderus setup is quite complex (I know 2 houses with similar setup). I'm not an expert but as far as I understand buderus (IP gateway is manufactured by bosch)...

Just if somebody has same issue, I made workaround with pyscript addon from HACS: ```python from PIL import Image @service def convert_image(filename): with Image.open(f"/config/www/tmp/{filename}", "r") as im: im.save(f"/config/www/tmp/{filename}") ``` and...

Something changed in HA 2022.7 I think, I will check that

I can't reproduce. It's working every time for me. You need to find some logs.