ollo69
ollo69
Fixed in [v0.39.2](https://github.com/ollo69/ha-smartthinq-sensors/releases/tag/v0.39.2)
You cannot make async a function that perform sync activities just because you want to call 1 async method. You are mixing sync and async, this is totally wrong and...
Honestly I don't have a Frame TV, I implemented the dedicated WS channel but the test are only based on users feed-back. Make sense that Art Mode is managed as...
@krahabb I think you should move long initialization steps on a separate thread to fix this problem, with something like: ``` await asyncio.to_thread(...) ``` The problem is that probably you...
Here I'm just adding to standard integration the customizable commands implemented by @JeffLIrion in AndroidTV library. I hope that this thread and this repository can help to provide additional suggestion...
If you just install the integration but you don't define the proper ADB Command in the integration options, for sure custom integration behavior will be identical to the native one!
The custom command is feature provided by the Android library, so I can only provide customization for command the the library allow to customize. This integration was created as a...
@AndreaTomatis , thanks for this PR, but unfortunately I think that due to recent issue related to rate limit from MelCloud and related update of `pyMelCloud` library, all information related...
> Regarding the ATW device my solution si currently working, but I can try your and give you feedback. Ok, thanks, so I wait for your feedback
@AndreaTomatis, I totally abandoned melcloud and replaced with 2 simple Wemos D1 module connected to CN105 header to locally control my AC Splits in real time with HA via MQTT....