tomaszduda23

Results 52 issues of tomaszduda23

# What does this implement/fix? part of https://github.com/esphome/esphome/pull/7049 ``` ### File /esphome/.temp/all-include.cpp /esphome/esphome/components/md5/md5.h:63:3: error: unknown type name 'MD5_CTX_TYPE' [clang-diagnostic-error] MD5_CTX_TYPE ctx_{}; ^ ``` ## Types of changes - [ ]...

core
small-pr
integration: md5
integration: hmac_md5

# What does this implement/fix? part of https://github.com/esphome/esphome/pull/7049 ``` ### File /esphome/.temp/all-include.cpp /esphome/esphome/components/api/api_connection.h:18:33: error: use of undeclared identifier 'socket' [clang-diagnostic-error] APIConnection(std::unique_ptr socket, APIServer *parent); ^ /esphome/esphome/components/api/api_frame_helper.h:70:50: error: unknown type name...

integration: api
core

## Description: **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome# https://github.com/esphome/esphome/pull/7049 ## Checklist: - [x] I am merging into `next` because this is...

has-parent
next

After creating new namespace runc deadlocks in dlopen on android 14. Switching to static build so there is no problem with dl anymore. It include workaround for https://github.com/golang/go/issues/59942

enhancement
root

# What does this implement/fix? Allow to specify custom platform. With a few others it allows to use https://github.com/esphome/esphome/pull/7049 as external components. It requires also: https://github.com/esphome/esphome/pull/7615 https://github.com/esphome/esphome/pull/7614 https://github.com/esphome/esphome/pull/7617 ## Types...

core
small-pr

# What does this implement/fix? It allows to implement new platform as external components. It will be part of https://github.com/esphome/esphome/pull/7049 if gets merged. 1. It replaces some of `#error` with...

core

# What does this implement/fix? Make core a little bit more generic. That way https://github.com/esphome/esphome/pull/7049 can be used as external components. ## Types of changes - [ ] Bugfix (non-breaking...

core
small-pr
integration: rp2040

# What does this implement/fix? Make dashboard a little bit more generic. That way https://github.com/esphome/esphome/pull/7049 can be used as external components. ## Types of changes - [ ] Bugfix (non-breaking...

core
small-pr
dashboard

# What does this implement/fix? part of https://github.com/esphome/esphome/pull/7049/. ``` Your formatting is not correct, ESPHome uses clang-format to format all source files in a unified way. Please apply the changes...

small-pr
integration: weikai

# What does this implement/fix? show status of usb device. Part of https://github.com/esphome/esphome/pull/3917. It is also applicable for cdc logger. ## Types of changes - [ ] Bugfix (non-breaking change...

new-integration
has-tests
integration: usb_device