tomaszduda23

Results 141 comments of tomaszduda23

Could you give me more details how to reproduce this issue? I just checked and it seems to work fine: 1. Which browser? 2. Which operating system? 3. Do you...

@gitolicious thanks for checking it out. It should be fixed. If you include below in your config you can use on screen keyboard also. This is why I was asking...

Some one would have to do review. I would have to rebase it also but there is no point of doing it without reviewer.

I guess that main problem is that it is big change which introduce a few things so it is not simple review. > So this is this thing one should...

> But I don't use the dev version, is this the issue? I hardcoded some values so it should be possible to use like: ``` external_components: - source: github://pr#3917 components:...

It can be done offline. https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html As alternative I use esp32 which updates time once a day.

``` esp32_ble: io_capability: keyboard_only esp32_ble_tracker: scan_parameters: interval: 1100ms window: 1100ms active: true bluetooth_proxy: external_components: - source: github://pr#4258 components: [ble_client, esp32_ble, esp32_ble_client, esp32_ble_tracker] refresh: always ble_client: - mac_address: "XX:XX:XX:XX:XX:XX" #

just for reference https://github.com/josmithua/utz it seems that 3KB is needed for timezone db

I just merged the change to https://github.com/esphome/esphome/pull/6075. It simplified the implementation a lot :+1: