Skip to content

swbradshaw/home-assistant-Android

 
 

Repository files navigation

home-assistant-Android

Platform Android GitHub issues License MIT Twitter

Getting Started

Build in terminal with ./gradlew build or import into Android Studio (recommended).

Dependencies

Model & UI

  • Android support libraries: Used for a lot of classes, views, etc.
  • Ason: A really awesome JSON library building on top of Android's integrated JSON classes.

Networking

  • OkHttp: Used for WebSocket integration in an elegant and fast way.

App signature

Currently, the app is configured to be signed with my personal keys on my computer, but it will use debug keys if the signing config isn't found. Depending on future maintainance, there will be different keys used for this.

Contributing

See CONTRIBUTING.md

LICENSE

GPLv3

Credits

The format and some content of this README.md comes from the home-assistant-iOS repository.

About

Android app for HomeAssistant (currently UNofficial)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%