Use zigbee2mqtt scenes directly, persist last selected scene locally
This commit is contained in:
parent
d129c407d3
commit
ac8fa6f0c0
11 changed files with 163 additions and 182 deletions
|
@ -3,12 +3,13 @@
|
|||
android-plugin = "8.5.1"
|
||||
kotlin = "2.0.0"
|
||||
# Runtime libraries
|
||||
androidx-core-ktx = "1.13.1"
|
||||
android-material = "1.12.0"
|
||||
androidx-activity-compose = "1.9.1"
|
||||
androidx-compose-material3 = "1.2.1"
|
||||
androidx-lifecycle-runtime-ktx = "2.8.3"
|
||||
androidx-activity-compose = "1.9.0"
|
||||
androidx-compose-ui = "1.6.8"
|
||||
androidx-core-ktx = "1.13.1"
|
||||
androidx-datastore-preferences = "1.1.1"
|
||||
androidx-lifecycle-runtime-ktx = "2.8.4"
|
||||
kotlinx-coroutines-android = "1.8.1"
|
||||
kotlinx-serialization-json = "1.7.1"
|
||||
# Other libraries
|
||||
|
@ -23,6 +24,7 @@ androidx-compose-material3 = { group = "androidx.compose.material3", name = "mat
|
|||
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "androidx-compose-ui" }
|
||||
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics", version.ref = "androidx-compose-ui" }
|
||||
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "androidx-compose-ui" }
|
||||
androidx-datastore-preferences = { group = "androidx.datastore" , name = "datastore-preferences" , version.ref = "androidx-datastore-preferences" }
|
||||
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidx-lifecycle-runtime-ktx" }
|
||||
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines-android" }
|
||||
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization-json" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue