mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
cd363f4a8b84100c1b728dbbd719452f266a22a0
The wizard generated ``rp2040:`` blocks for new configs, which immediately landed on the deprecated alias path and emitted a deprecation warning the first time the user ran ``esphome config``. Rename the wizard's RP2 paths to the canonical platform key so new configs are written with ``rp2:`` from the start. The internal ``platform`` label and the ``HARDWARE_BASE_CONFIGS`` key flip from ``RP2040`` to ``RP2``; the interactive prompt now offers ``RP2`` in the platform list. Adds ``test_wizard_write_defaults_platform_from_board_rp2`` to lock in the ``rp2:`` emission and guard against regressing to ``rp2040:``.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
