You are reading a single comment by @fanoushs-punching-bag and its replies.
Click here to read the full conversation.
-
This could help too: HomeAssistant exposes an api such that its easy for other apps or widgets to send custom triggers to home assistant:
ha.sendTrigger("MY_CUSTOM_TRIGGER")
. So in your widget you could easily check if its charging and above a certain level and send a trigger to stop charging (I currently use mystrom in HA)
@andiohn as I understand it, the Home Assistant app adds a 'clock info', so if you have clocks that display them (eg BW Clock, Slope Clock ++) then when it's showing, tapping on it will perform some kind of Home Assistant function. That might be what you want, but if not a widget could be neat.
The Quick Launch is a great idea - and while it doesn't exist currently, it could also be good as a clock_info
I'm afraid none of that is under software control, so there's nothing we can do to stop charging. With the proper charge controller in there I'm not sure that it's a huge problem keeping the Bangle on charge though.