Closed awkaplan closed 4 months ago
Ah, hmm... I wonder if this is a change in ESPHome 2024.7... In the meantime you can target @e60f6d4
instead of @dev
to skip the validation commit.
This needs https://github.com/esphome/esphome/pull/6923, which is merged in ESPHome dev. If you don't want to run dev, or wait for 2024.7, you can use external_components
to pull in uart
specifically.
I can confirm, setting the following works around this issue:
external_components:
- source:
type: git
url: https://github.com/muart-group/esphome
ref: dev
components: [mitsubishi_itp]
- source:
type: git
url: https://github.com/esphome/esphome
ref: dev
path: esphome/components
components: [uart]
2024.7.0 has been released, so I think we can close this issue.
Looks like 1f89bce5d019e98dd1e62297fbc3a31ced735dd8 includes a kwarg that the i2c
__init__.py
does not expect:Trace:
Config: