From 4f82851ae10ded4a17ce46a11c94ad20cd6c05a0 Mon Sep 17 00:00:00 2001 From: ElVit Date: Thu, 26 Mar 2026 19:56:57 +0100 Subject: [PATCH] Renamed branch "esp8266" to "arduino" --- components/panasonic_heatpump/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/panasonic_heatpump/README.md b/components/panasonic_heatpump/README.md index b9dbf22..8056e0b 100644 --- a/components/panasonic_heatpump/README.md +++ b/components/panasonic_heatpump/README.md @@ -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 ] > ```