what happened with CWA? I was thinking of using it
Bryan065
- 0 Posts
- 5 Comments
Bryan065@kbin.earthto
Selfhosted@lemmy.world•Any way to make nextcloud more like Google Photos? (Solved!)
2·3 months agoDid nextcloud ever fix the bug that would randomly destroy date metadata on photos and reset it to 1970? I had about 20% of my library affected (thank backup of backups!)
I was never able to get .heic previews working properly 2 years back either.
I’m using Immich now and its a lot less of a hassle after leaving beta and breaking changes behind
nice! what’s that first card you used for the home security?
i would probably do it with two+ automations. Something like:
ONautomation:- trigger:
time pattern- beginning of every 3 hours
- then:
- start timer with duration 37 minutes (select your timer helper)
- Turn on AC unit
OFFautomation:- trigger:
Manual Event- event type:
timer.finished(case sensitive!) - event data :
entity_id: timer.[timer_helper_entity]
- event type:
- then:
- turn off AC unit
STARTUP_CHECKautomation:- trigger:
- when home assistant is started
- if:
state- timer helper isidle- AC is on
- then:
- turn AC off
Note 1: make sure the timer helper has
restore state and time when HA startsenablednote 2:
automations using the timer.finished event will not trigger on startup if the timer expires when Home Assistant is not running.note 2a: the third automation is for your edge case that you reboot/shutdown HA when the
OFFautomation was supposed to fire. it should ensure the AC turns off after the timer was supposed to be finished and HA is started. this automation does not account for if the AC is turned on manually and you restart HA.i can get you the .YAML or pictures when I’m at a computer.
- trigger:

I’m in the same boat. I use gesture navigation so I have the pill at the bottom.
Holding that still opens Google’s interface.
@Aditya_151@lemmy.world is there anyway to hook into that?
I guess for now the workaround is to enable accessibility service and move the overlay to the bottom.
edit1: also make sure to disable OG circle to search.
edit2: seems promising but doesn’t do OCR text copy like OG circle to search (a future I use a lot). Will be keeping an eye on this.