Results 27 comments of bartowl

expected (working) event would be: ``` event_type: call_service data: domain: xiaomi_miio service: vacuum_clean_segment service_data: entity_id: - vacuum.roborock_vacuum_m1s segments: - 17 ``` I'm not sure about where to put (and if...

Hmm, found the commit https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card/commit/a3e9f484f30bbef596e6829d80c5646f4f330a09 Question is - is this issue stil present? If yes, would it be possible to create an alternative profile that does use `xiaomi_miio.vacuum_clean_segment`? I mean...

Ok, managed to write a workaround by not using template but static code, should someone else be interested. Basicaly I needed to replace: ``` - template: vacuum_clean_segment predefined_selections: - id:...

Hi. I know that this issue us already pretty old and to automatically query all available tags is not that easy, because when launching job the right SCM branch might...

I have faced exact same problem yesterday, when just trying to migrate from the built-in managed postgresql database to external unmanaged database. This is because the code is currently written...

Hi. Just ran into an issue, that my PostgreSQL storage got full. As my pvc/pv could be resized what was sufficient was to update the size in PVC and scale...

I have the same issue. For me it is also one of the .db files, it is allright to some point, but when I add more files from the same...

A bit more googling showed me, that rclone supports OneDrive with its passport authentication and chunking, and it also supports setting up a webdav server. It seems to be able...

Well - at least I managed to switch successfully to rclone and except for one small quirk, it runs flawlessly. This quirk is - having slow upload you cannot limit...