This commit is contained in:
2024-05-23 21:24:52 +02:00
commit a3efe8274b
166 changed files with 15713 additions and 0 deletions

36
mcu-dev-temp.yaml Normal file
View File

@@ -0,0 +1,36 @@
substitutions:
device: dev-temp
name: Dev Temp
comment: "DEV"
esphome:
name: mcu-${device}
comment: ${comment}
esp32:
board: esp32doit-devkit-v1
# framework:
# type: arduino
# # type: esp-idf
external_components:
- source: components
packages:
common: !include common/common.yaml
switch:
- platform: gpio
pin: GPIO27
id: sensor_power
restore_mode: ALWAYS_ON
dallas:
- pin: GPIO25
update_interval: 10s
sensor:
- platform: dallas
index: 0
name: $name Dallas
id: temp