Sebastian Schubotz

Results 37 issues of Sebastian Schubotz

Hi all, I do have quite nested translation objects in different files, i.e.: `{ "generic": { "hello": "world" } }` and `{ "generic": { "foo": "bar" } }` In the...

Currently unfortunately the `°C` unit is hard coded. This should be read from the HA entity and displayed accordingly.

enhancement

A new config option `KINDLE_MODEL` should be introduced, which should allow various values like `kindle4`, `k4`, `pw` or `paperwhite`. Depending on this value, the screen size should be set to...

enhancement

There's already a Docker container but ideally, this application should be easy to integrate into any Hass.io instance. The HA connection details and access token should be automatically requested from...

help wanted

For devices with enough RAM and a good CPU, a Hass.io addon would make sense. The code only requires Node.js and GraphicsMagick or ImageMagick to be installed. However, the Node.js...

help wanted

According to the docs, `Install-Package Geocoding.Here` is expected to work. However, I cannot find the package there: https://www.nuget.org/packages/Geocoding.Here/ Is this by mistake or is there any issue that HERE is...

I plan to develop a Skill which should be reusable for both German and English. Of course I don't want to deploy it twice, but I want to be able...

new feature

When a cluster is spiderfied and a marker at this location is added afterwards, it should either unspiderfy the open cluster (like the original Leaflet.markercluster does) or update the spiderfied...

bug

In contrast to the original Leaflet.markercluster plugin, neither the `forceIconRedraw = true` nor the `RedrawIcons` approach call the update functions of the markers in the spiderfied view. So currently the...

bug

I've just set up a plain simple npm project and ran `npm install @mockyeah/server`, which installed version 1.0.3. Next to the `package.json`, I've created the following files: index.js: ```js const...

bug