Peter Siebler

Results 41 comments of Peter Siebler

hi I have a testcase for this: ![testcase_map](https://user-images.githubusercontent.com/30198737/61030008-ba857b80-a3bc-11e9-9be0-55ab9f6c3a33.png) see: https://bitbucket.org/peter_siebler/theme-cards-flow/src/master/tools/photomap/

i use this helper method helpers/translate.js for the translation: ``` "use strict"; module.exports = (config, text) => { /* see config.json ... "translate": { "photos": "Fotos", "photo": "Foto", "albums": "Alben",...

@rprieto Please can you also add the numberFormat based on the config.locale: ![Bildschirmfoto 2019-07-27 um 16 28 01](https://user-images.githubusercontent.com/30198737/61995765-06a71000-b08d-11e9-9f93-2c3624bc062a.png) ``` function itemCount(count, type) { if (count === 0) return '' var...

@rprieto I try console.log(new Intl.NumberFormat('de-DE').format(number)); but it do not work. .. to handle pluralisation in different languages sounds good 👍 Thanks.

Adding my +1 to this. Congratulations, very good work - it's fun to work with. I tried to create my own theme. Works very well, but I'm still looking for...

I found an easier way to display the album / gallery description. I simply use the EXIF data of the first image to manage it. ``` {{!-- check if we...

@bbqkees > Well the more data you can log, the more you see the quirks of the system :-) Thank you for the test and information, sounds good 👍 ~~How...

@glitter-ball It's gotten a little better. I have lowered the ### hc1 selected room temperature from 25 ° C to **24 ° C.** But I don't know what the **hc1...

I now suspect that it is the water heating. Because whenever "ww charging" or "binary_sensor.boiler_gas" is on, the pump modulation increases. ![Bildschirmfoto 2021-12-01 um 15 33 37](https://user-images.githubusercontent.com/30198737/144253340-7d6a2611-df42-4e30-b37c-cb3b94e8d6c7.png) I just don't...

@firegnom Thank you, as I understand it, if the temperature in the hot water tank falls by more than 10 K (° C) below the set temperature, the hot water...