Mark Challoner
Mark Challoner
As mentioned in #12 Like git tag 0.2.1 -m message
terraform validate fails when run on a module without the provider (as recommended in [the Terraform documentation](https://www.terraform.io/docs/configuration/modules.html#providers-within-modules)). This is most likely due to the implicit provider being created without an...
Sometimes I need to leave my laptop unlocked when removing the Yubikey (e.g. when transferring it a short distance and unplugging the USB hub). Would it be possible to add...
...with the following features: - The climate entity is disabled by default until the user enables it in the configuration. - A temperature entity to read the current temperature can...
...on split_field.group(1). Fixes error: ``` $ gmdownload '/music/%albumartist%/%album%/%track2% - %title%' MusicManagerWrapper authentication succeeded. Loading Google Music songs... Filtered 0 Google Music songs Loaded 2343 Google Music songs Downloading 2343 song(s)...
### What happened? When trying to add a scene to a group or device (e.g. [Philips Hue bulb](https://www.zigbee2mqtt.io/devices/9290024684.html#philips-9290024684) with id 0 (e.g. for a scene capable switch to use like...
### What happened? When using the single power button on a Philips Hue Dimmer V2 bound either to a group (with Hue bulb) or single Hue bulb, the on/off button...
### Terraform Version ``` Terraform v0.12.6 + provider.archive v1.2.2 + provider.aws v2.14.0 ``` ### Terraform Configuration Files ```hcl terraform { required_version = ">= 0.12" backend "s3" { region = "eu-west-1"...