Skip to content

Commit

Permalink
IDF version recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Apr 22, 2024
1 parent ecd22be commit 28d9d84
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/conf_esp_idf.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
esphome:
name: espidf

esp32:
board: m5stack-atom
framework:
type: esp-idf
version: recommended

external_components:
- source:
type: local
path: /github/workspace/components
- source:
type: local
path: /github/workspace/components

uart:
tx_pin: GPIO19
rx_pin: GPIO22
baud_rate: 9600
parity: EVEN

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
- address: "20.00.00"
climate:
name: "Test"
room_temperature:
name: Test1_temp
target_temperature:
name: Test1_target
power:
name: Test1_power

0 comments on commit 28d9d84

Please sign in to comment.