This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class androidx.recyclerview.widget.RecyclerView$SavedState instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/0xC. Make sure other views do not use the same id. | |
| at android.view.View.onRestoreInstanceState(View.java:22087) | |
| at android.view.View.dispatchRestoreInstanceState(View.java:22059) | |
| at android.view.ViewGroup.dispatchRestoreInstanceState(ViewGroup.java:4239) | |
| at android.view.ViewGroup.dispatchRestoreInstanceState(ViewGroup.java:4239) | |
| at android.view.ViewGroup.dispatchRestoreInstanceState(ViewGroup.java:4239) | |
| at android.view.ViewGroup.dispatchRestoreInstanceState(ViewGroup.java:4239) | |
| at android.view.ViewGroup.dispatchRestoreInstanceState(ViewGroup.java:4239) | |
| at android.view.ViewGroup.dispatchRestoreInstanceState(ViewGroup.java:4239) | |
| at android.view.ViewGroup.dispatchRestoreInstanceState(ViewGroup.java:4239) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import com.yandex.div.evaluable.EvaluableType | |
| import com.yandex.div.evaluable.EvaluationContext | |
| import com.yandex.div.evaluable.ExpressionContext | |
| import com.yandex.div.evaluable.Function | |
| import com.yandex.div.evaluable.FunctionArgument | |
| import org.json.JSONArray | |
| import org.json.JSONObject | |
| class GetDictValuesFunction : Function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkg update | |
| apt-get update | |
| pkg upgrade | |
| pkg install openssh | |
| pkg install python nano make rust libcrypt libffi libjpeg-turbo binutils | |
| pkg install mosquitto termux-api | |
| python -m venv hass |