Denys

Results 39 comments of Denys

I mean something like: ``` /** * Add adapter into MixAdapter */ fun addAdapter(adapter: RecyclerView.Adapter) { adapters.add(adapter) adapter.registerAdapterDataObserver(NestedAdapterDataObserver(this, adapter)) notifyDataSetChanged() } ``` And then ``` class NestedAdapterDataObserver(private val parentAdapter: MixAdapter?,...

I tested that solution and it seems work fine. I can do a push, if you wish.

But in fact that error appears for me too. I hope it is not related to Bleak, and we wont have the same error with Home Assistant Core

I have a feeling this error happens when two or more devices used. Similar behavior I have for the component you mention (https://github.com/home-assistant/core/pull/77284 I installed it as a custom component...

You are right. After abit more detailed investigation, I found out that is directly related to bluetooth connection and most likely interference with sonoff zigbee usb dongle. When I have...

@uowis I just updated and it works fine for me for two devices! (with using usb extension cable to move zigbee dongle away)

yes, right, added

Hm, found one more interesting thing, it seems like it looses permissions, if I try to edit a file. before editing 755, after 644 Don't you mind, if I add...

What I see in logs if I try to save it: ``` --*-- exec_command: adb shell "ls -l -a -d '/system/etc/init.d/10adbd'" --*-- exec_command: adb shell "ls -l -a -d '/etc'"...