fix naming

This commit is contained in:
pszafer
2024-04-07 20:02:35 +02:00
parent 28ddb5042c
commit cf3d24dc0c

View File

@@ -1,13 +1,13 @@
substitutions: substitutions:
name_add_mac_suffix: 'true' name: boneio-esp32x10-lights
node_name: boneio friendly_name: 'BoneIO ESP 32x10 Lights'
esphome: esphome:
name: ${node_name} name: ${node_name}
friendly_name: '${friendly_name}'
platform: ESP32 platform: ESP32
board: nodemcu-32s board: nodemcu-32s
# set to false if you already added this device to ESPHOME add-on name_add_mac_suffix: true
name_add_mac_suffix: ${name_add_mac_suffix}
project: project:
name: boneio.32x10-lights name: boneio.32x10-lights
version: '1.0' version: '1.0'
@@ -28,17 +28,16 @@ packages:
internals_packages: internals_packages:
url: https://github.com/boneIO-eu/esphome url: https://github.com/boneIO-eu/esphome
ref: single_file_test ref: single_file_test
files: files: [
[
'devices_v0_7/buzzer.yaml', 'devices_v0_7/buzzer.yaml',
'devices_v0_7/display.yaml', 'devices_v0_7/display.yaml',
'devices_v0_7/i2c.yaml', 'devices_v0_7/i2c.yaml',
'devices_v0_7/ina219.yaml', 'devices_v0_7/ina219.yaml',
'devices_v0_7/lm75b.yaml', 'devices_v0_7/lm75b.yaml',
'devices_v0_7/one_wire.yaml',
'devices_v0_7/pcf.yaml', 'devices_v0_7/pcf.yaml',
'devices_v0_7/uart.yaml',
'boards_v_0_7/32x10_outputs.yaml', 'boards_v_0_7/32x10_outputs.yaml',
# 'devices_v0_7/one_wire.yaml',
# 'devices_v0_7/uart.yaml',
] ]
logger: logger: