16 lines
322 B
YAML
16 lines
322 B
YAML
substitutions:
|
|
name: "car-charger"
|
|
friendly_name: "Car charger"
|
|
|
|
esphome:
|
|
area: "Garage"
|
|
|
|
packages:
|
|
device_base: !include templates/mystrom.yaml
|
|
|
|
esp32:
|
|
framework:
|
|
# esp-idf has some problems with connectivity on this device.
|
|
# Could it be that it was flashed with Arduino over serial?
|
|
type: arduino
|