Skip to content

Commit

Permalink
Testsetup for github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Feb 6, 2024
1 parent 6740bdf commit b1b8af3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/conf_arduiono.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
esphome:
name: "build_arduino"

esp32:
board: m5stack-atom

external_components:
- source: github://lanwin/esphome_samsung_ac@main
components: [samsung_ac]

samsung_ac:
debug_log_messages: false
debug_log_messages_raw: false

devices:
- address: "20.00.00"
climate:
name: "Test"
room_temperature:
name: Test1_temp
target_temperature:
name: Test1_target
power:
name: Test1_power
11 changes: 11 additions & 0 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build and Test
on: [push]
jobs:
framework-arduino:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: esphome/[email protected]
id: esphome-build
with:
yaml_file: .github/conf_arduiono.yml

0 comments on commit b1b8af3

Please sign in to comment.