Conny Brunnkvist
Conny Brunnkvist
@torifat This is the **2S**: ``` MiioDevice { model=zhimi.airpurifier.ma2, types=miio:air-purifier, sensor, miio, air-purifier, capabilities=miio:buzzer, miio:led-brightness, miio:switchable-led, pm2.5, relative-humidity, temperature, switchable-mode, mode, switchable-power, restorable-state, power, state } ``` (edit: relevant to...
Confirmed on **2S** it doesn't spam logs anymore now 👍 , also power switch works fine. And _if_ I enable speed control, it logs the same exception as @guesq's on...
An observation: at first sight it is a little bit ambiguous as to what should actually happen when you adjust Fan Speed because in the **Mi Home** app, (-for the...
@StanLindsey that depends equally much on whether or the GitHub website supports Navigator-era browsers I'm afraid... 🤣
I think we can register results and check them later before bailing out, i.e. ``` YAML - name: update current symlink register: symlink_result ... - name: cleanup failed release when:...
Uh, no, I'm wrong. Like @FlxPeters said, we will be able to solve this in a clean manner after Ansistrano v2.0 is released.
The biggest limitation I see with using the osx_defaults module is that it does not support the `dict`, even less so nested `dict of dicts` (ansible/ansible/issues/24028) which are required in...
> Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement: (in progress)
Either way "ALWAYS" doesn't clearly communicate what makes it different from NEW vs OVERWRITE (-both are currently much _less_ ambiguous in comparison). Perhaps what we mean is a "multiple" or...
There used to be a bunch macOS Docker network kludges, and there still are. But today, the simplest workaround is to just use `consul://host.docker.internal:8500` for the registry URI. There is...