Egor Philippov

Results 26 comments of Egor Philippov

This workaround doesn't work consistently. I believe the missing part is to also change autoupdate's workflow: ``` on: push: {} workflow_run: workflows: ['label-approved'] types: - completed

The code in this repo looks correct to me. Perhaps github is just displaying it weirdly. Here's a screenshot of what I mean. I was expecting to see this on...

Dyson Purifier Hot+Cool Formaldehyde "works" for me as of the latest patch. Works is in quotes because the setup process is all sorts of buggy. This machine has to be...

This is consistent with what I ran into here: https://github.com/shenxn/ha-dyson/issues/103#issuecomment-1098361433 I also have a TP02. The dyson cloud integration is broken and you should disable it after you use it...

> @lone-cloud thanks for chiming in. I personally am not running Dyson Cloud Integration, only the local one. It was working fine until this recent update. The log you pasted...

In case it helps anyone, I got this integration working great by: - being on latest version of everything - removing all previously added dyson devices in hassio - adding...

Well Android has 3 Location modes that you can set: High accuracy, Battery saving and device only. He must be referring to the later.

I had to fork the fork because the proposed solution above didn't work for typescript projects (types were defined to come from /dist which requires a build), I didn't want...

Show the splash screen in fullscreen mode by passing true as the first argument to .show()

The easiest way that I found is to monkey patch your status bar color like `#400101` into **res/values/styles.xml**'s **SplashScreen_SplashTheme** from this library.