Tomasz

Results 290 comments of Tomasz

let us keep this open until your issue is solved. Thanks for the update

Thank you for the PR. What version of Home Assistant are you using?

Take a look at https://www.bryntum.com/products/scheduler/. I've used it years ago with ExtJS, but from the beginning it wast one of the best on the market. They also offer https://www.bryntum.com/products/calendar/, but...

works perfectly :) Thank you! @EPMatt any chance this might get merged? I've tested it with HA 2023.4.6

Will this work with ESPHome on ESP32C3? ``` esphome: name: esphome-web-25bf30 friendly_name: BTProxy platformio_options: board_build.mcu: esp32c3 board_build.variant: esp32c3 esp32: board: esp32-c3-devkitm-1 framework: type: esp-idf sdkconfig_options: CONFIG_BT_BLE_50_FEATURES_SUPPORTED: y CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y CONFIG_ESP_TASK_WDT_TIMEOUT_S:...

I want to `UpdateAndReturnAsync`, but right now I must call `Update` and `Retrieve`, so ideally, this should be possible to do with just a single call. BTW `CreateAndReturnAsync` (implementation of...

@MattB-msft thanks for the update. I agree that both operations should look like this (should require ColumnSet): ``` Task CreateAndReturnAsync(Entity entity, ColumnSet columnSet, CancellationToken cancellationToken); Task UpdateAndReturnAsync(Entity entity, ColumnSet columnSet,...