Skip to content

Commit

Permalink
arduino or esp-idf
Browse files Browse the repository at this point in the history
  • Loading branch information
echavet committed Jan 24, 2024
1 parent 3717e5b commit e25742e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions esp32-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ esphome:
esp32:
board: esp32doit-devkit-v1
framework:
type: arduino # required for ESP32 not tu get error: 'byte' does not name a type

type: esp-idf
#type: arduino
# mqtt:
# broker: 10.1.101.172
# username: heatpumpSejour
Expand Down Expand Up @@ -85,16 +85,16 @@ time:
id: homeassistant_time

# this setting is for local component (code is not on github)
# external_components:
# - source:
# type: local
# path: components
external_components:
- source:
type: local
path: components


#this setting is for github component
external_components:
- source: github://echavet/MitsubishiCN105ESPHome
refresh: 0s
# external_components:
# - source: github://echavet/MitsubishiCN105ESPHome
# refresh: 0s


# Text sensors with general information.
Expand Down

0 comments on commit e25742e

Please sign in to comment.