Joachim Marthinsen Giæver

Results 11 issues of Joachim Marthinsen Giæver

**Is your feature request related to a problem? Please describe.** Needed to make temporary/time limited user codes on door locks that supports this CC. **Describe the solution you'd like** To...

enhancement

**Is your feature request related to a problem? Please describe.** Requesting to get a similar log-output for returned neighbors during a heal, such you will when doing a network heal....

enhancement

A collaborator that only have read access to a repository can delete it. How? * Log in to Gogs with one account and add a user (another account) to a...

bug

The documentation states that querying: * repositories `GET {url}/api/v1/users/{username}/{repos}` * organizations `GET {url}/api/v1/users/{username}/{orgs}` * etc should only return public data of that user. That isn't the fact if the `{username}`...

When searching for repositories within a user, with e.g the user id 44, will return results for other users as well and not be restricted to the user with user...

Hi, After my Z-wave network have grown, the daemon has started to fail when I do a reboot. From the log: ``` ozwdaemon[1036]: [20201207 17:32:19.205 CET] [ozw.notifications] [debug]: Notification pvt_valueAdded:...

Device: [Namron Z-wave 2 channel wall switch](https://products.z-wavealliance.org/products/3911?selectedFrequencyId=1) Config file: http://ix.io/2Fvw Relevant log output: ``` qtt.commands] [debug]: Got "OpenZWave/1/command/addassociation/" Message: "{ \"node\": 27, \"group\": 2, \"target\": \"32.2\" }" Nov 26 06:07:46...

Hi, We have one repeating (every 4th week, reference as `HIDDEN 1` in the iCal snipped below) item in our Google Calendar, and it shows up with the wrong end-date...

This is my yaml (which is included!) ``` # lovelace_gen {% macro user_photo(entity, ws) -%} {{" "*ws}}- type: picture-entity {{" "*ws}} entity: {{ entity }} {{" "*ws}} image: "/local/img.jpg" {%-...

Hi, I'm wondering how you deal with state_filter that is a dictonary, and not a list? E.g ``` state_filter: - on: "-css here-" - off: "-css here-" ```