Tomasz

Results 69 issues of Tomasz

**Describe the bug** I've downloaded the latest version of the agent and I wanted to install it as a windows service. I am able to run the agent as a...

bug
Runner Bug

Hi, currently, when You have multiple DS18B20 sensors, the temperature is sent to MQTT as described in [this issue](https://github.com/xoseperez/espurna/issues/377) like this: ``` ESPURNA_343624/temperature/28FF732970160440 => 17.0 ``` or like this: ```...

enhancement
sensors

Change URL for media players, similar to https://github.com/esphome/esphome-docs/pull/3420 I've also added a slash to the end of the proxy URL, to have the URLs consistent. ## Description: **Related issue (if...

current

I've run `dotnet list package --vulnerable --include-transitive` and got this output: ``` Użyto następujących źródeł: https://api.nuget.org/v3/index.json Projekt „Test.Consumer” ma następujące pakiety podatne na zagrożenia [net7.0]: Pakiet przechodni Rozpoznane Ważność Adres...

api: core

Currently, to update the record and get the updated record from dynamics we must call two methods: `Update(Async)` and `Retrieve(Async)`. Ideally, we should be able to same thing with only...

enhancement

I'd like to ask for adding support for conditional formatting. Use case: I'm generating a report that contains a couple of columns, in the last columns I need to calculate...

enhancement

I've been playing around with Your directive and I found it really nice. I had no problem with getting it up and running, but after removing jQuery from my project...

While browsing the code in VS I noticed some small places that showed errors when I removed `ignoreDeprecations` in tsconfig. I've added the missing semicolon in src/devices/configured-device-card.ts and also adjusted...

I noticed that `device-card.ts` had a missing `div` tag, this adds it, hopefully in the right place. Btw how to test web.esphome on dev machine? I've also added additional tasks...

I've added recommended extensions (same as in HA Frontend). I've also removed some (not all) lit-plugin errors. I'll try to clean the rest in the next PR (plus replace confirm...