-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home Assistant Control app #3721
Conversation
I have no ha stuff to try this. I believe @bobrippling and @gfwilliams do? |
Hopefully they can get it working from the example config and with their GadgetBridge setup. Is it still not recommended to implement fast-load on this type of app? The docs say to limit use to clocks & launchers "right now". |
Works a treat, tested the |
I hadn't seen that! Their menu configuration looks a lot nicer than my big autogenerated list, and they've got support for reading states! I haven't configured everything yet, but I don't see anything in my app that's not available in hadash. |
It looks like number input (e.g. for light brightness, set temperature) could be improved in hadash - it can be done with a text input and keyboard but in some cases a selector would be nicer (to my eye). That's all a matter for another PR, so I'll leave this for a collab to close if there's nothing else. |
Yeah I like your number input - the instant feedback is very cool. I don't think @flaparoo would mind about contributions either, and they normally respond within a few days. Thanks, I'll be ready for your next PR :) |
Go ahead - please improve hadash :-) A number selector would be a nice addition. |
( Available at https://yogsoy.github.io/BangleApps/?id=hasscontrol )
Control your Home Assistant instance from your Bangle. Uses GadgetBridge's HTTP capability to send API requests directly from your watch.
Another rewrite of an old app I wrote. Missing some documentation but there's enough (an example config and a config editor) for an enterprising person to start using.
Plans for the future might include some app settings, a more graphical config editor (rather than just writing JSON), and of course a README.