Joshua Spence
Joshua Spence
I have an issue using vfsStream with code that calls `flock`. The issue is best explained by the following code example: ```
Fixes #8. Based on https://github.com/thegroove/esphome-zbbridge/blob/main/custom_components/serial_server/binary_sensor.py.
I was looking into whether it would be possible to use this plugin without `sudo packer build`. My biggest problem with the current approach is that the output files and...
It seems that if neither `creates` nor `checksum` are set then the `archive` resource silently just does nothing: ``` # `File[$archive_path]` is defined elsewhere. archive { $archive_path: extract => true,...
It seems dirty to me that I need to know about the contents of the tarball that I am extracting in order to use the `archive` resource with the `create`...
The `archive::extract` resource from [camptocamp/archive](https://github.com/camptocamp/puppet-archive/blob/master/manifests/extract.pp) contains a `purge` parameter which can be used to purge the contents of the target directory when extracting an archive. It seems that this module...
## Proposed change I want to replace my usage of https://github.com/custom-components/sensor.unifigateway with the core `unifi` integration. One reason for wanting to do this is because the core integration already creates...
I am using the latest version of Home Assistant (2021.10.6) and `template-entity-row` (1.3.0). `double_tap_action` doesn't seem to work. I can reproduce the issue with the following configuration: ```yaml type: 'entities'...
On my UniFi UXG, the outlet doesn't have `has_relay`, but it does have `relay_state` and it is controllable (at least through the UniFi Network Application). [config_entry-unifi-decccc0c9793bfd5f7b3476e1cfecbbb.json.txt](https://github.com/Kane610/aiounifi/files/9612465/config_entry-unifi-decccc0c9793bfd5f7b3476e1cfecbbb.json.txt)
Supporting change for home-assistant/core#74025.