Renamed branch "esp8266" to "arduino"

This commit is contained in:
ElVit 2026-03-26 19:56:57 +01:00
parent 154d3477e4
commit 4f82851ae1
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
> The support for ESP8266 and the arduino framework is deprecated for this component.
> Since v0.0.8 this component uses threads to process the UART communication.
> But if you still want to use an ESP8266 controller or the arduino framework,
> please use the branch "heatpump/esp8266".
> please use the branch "heatpump/arduino".
>
> ```yaml
> external_components:
> - source:
> type: git
> url: https://github.com/ElVit/esphome_components
> ref: 'heatpump/esp8266'
> ref: 'heatpump/arduino'
> components: [ panasonic_heatpump ]
> ```