Skip to content

Commit

Permalink
Fixed examples for rp2040
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldn committed Oct 20, 2024
1 parent 8a44840 commit 1789091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions rpipico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ esphome:

rp2040:
board: rpipicow
framework:
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git

wifi:
ssid: !secret wifi_ssid
Expand All @@ -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
4 changes: 1 addition & 3 deletions tests/rpipicow-hon-wifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ esphome:

rp2040:
board: rpipicow
framework:
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git

logger:
level: DEBUG
Expand All @@ -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

4 changes: 1 addition & 3 deletions tests/rpipicow-smartair2-wifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ esphome:

rp2040:
board: rpipicow
framework:
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git

logger:
level: DEBUG
Expand All @@ -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

0 comments on commit 1789091

Please sign in to comment.