8000 Switch to new esphome configuration (current one is deprecated); fix for Issue #323 by segdy · Pull Request #422 · esphome-econet/esphome-econet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Switch to new esphome configuration (current one is deprecated); fix for Issue #323 #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

segdy
Copy link
@segdy segdy commented Sep 16, 2024

Current code base uses old and deprecated esphome configuration in which board parameters are configured directly in esphome section. However this is very problematic because it prevents anyone from adjusting details, such as specifying framework (arduino vs idf) or a specific variant or anything that required options under the $platform section (e.g. esp32 section).

@segdy
Copy link
Author
segdy commented Sep 16, 2024

Btw, without this patch it's not possible to use this project with any but the vanilla esp32. For example, I would like to use it for Atom S3 Lite which is an esp32s3.

@bitfliq
Copy link
Contributor
bitfliq commented Sep 18, 2024

Hi @segdy - thanks for suggesting this change. Could you take a look at the examples in this folder and see if that solves your issue?

https://github.com/esphome-econet/esphome-econet/blob/main/build-yaml/econet-hvac_air_handler-esp32s3.yaml

Edit: This does not change that the file you changed currently uses a deprecated format for specifying framework.

@segdy
Copy link
Author
segdy commented Sep 18, 2024

Thank you, almost. It does not have an option to specify the framework though (although, now that the esp32: section exists, I could probably extend it in my yaml file

@tronikos
Copy link
Member
tronikos commented Oct 6, 2024

Closing because this would be a breaking change. Use one of the esp32s3.yaml variants in the build-yaml directory and extend it to specify framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0