outadoc / home-slide-android

Access your Home Assistant devices quickly from anywhere on your Android device
https://homeslide.app
Apache License 2.0
53 stars 8 forks source link

Show timers #408

Open Kisty opened 2 years ago

Kisty commented 2 years ago

Is your feature request related to a problem? Please describe. I use (Pomodoro) task timers to keep me focussed with work. I'd love to be able to glance at my watch and see how much time is left of the timer.

Describe the solution you'd like Be able to view the timer time remaining

Describe alternatives you've considered None

Additional context

Kisty commented 2 years ago

Also, I've noticed input_selects aren't supported. Wonder how easy it would be.

I was going to mention I'm an Android developer and could potentially help with this.

Kisty commented 2 years ago

I tried building the app but I couldn't get it set up.

Had issues with kotlinx repository (changed to mavenCentral() as well as maven(url = "https://maven.pkg.jetbrains.space/public/p/kotlinx-serialization/maven")). Also, couldn't get mdi-android despite setting an environment variable for the GitHub token.

No cached version of fr.outadoc.mdi:mdi-android:5.9.55-a available for offline mode.
Disable Gradle 'offline mode' and sync project

No idea why it's implying offline mode is enabled. I can't find it anywhere.