diff --git a/rpipico.yaml b/rpipico.yaml index a6b37a1..a54ee84 100644 --- a/rpipico.yaml +++ b/rpipico.yaml @@ -10,8 +10,6 @@ esphome: rp2040: board: rpipicow - framework: - platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git wifi: ssid: !secret wifi_ssid @@ -33,4 +31,4 @@ ota: packages: local_haier: !include configs/external_components/local_haier.yaml - haier_base: !include .haier-hon-base.yaml + haier_base: !include .haier-hon-base.yaml diff --git a/tests/rpipicow-hon-wifi.yaml b/tests/rpipicow-hon-wifi.yaml index 63d8593..4de1ae7 100644 --- a/tests/rpipicow-hon-wifi.yaml +++ b/tests/rpipicow-hon-wifi.yaml @@ -9,8 +9,6 @@ esphome: rp2040: board: rpipicow - framework: - platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git logger: level: DEBUG @@ -23,6 +21,6 @@ uart: packages: local_haier: !include .local-haier.yaml - haier_base: !include ../.haier-hon-base.yaml + haier_base: !include ../.haier-hon-base.yaml wifi: !include .wifi-base.yaml diff --git a/tests/rpipicow-smartair2-wifi.yaml b/tests/rpipicow-smartair2-wifi.yaml index 28a3ee9..7227d1d 100644 --- a/tests/rpipicow-smartair2-wifi.yaml +++ b/tests/rpipicow-smartair2-wifi.yaml @@ -9,8 +9,6 @@ esphome: rp2040: board: rpipicow - framework: - platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git logger: level: DEBUG @@ -23,5 +21,5 @@ uart: packages: local_haier: !include .local-haier.yaml - haier_base: !include ../.haier-smartair2-base.yaml + haier_base: !include ../.haier-smartair2-base.yaml wifi: !include .wifi-base.yaml