add serial_prefix to config

This commit is contained in:
pszafer
2024-05-27 20:32:25 +02:00
parent 8412fb6fe5
commit 206a1912f2
16 changed files with 47 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
substitutions:
name: boneio-dr-8ch-03
friendly_name: 'BoneIO Dimmer LED'
serial_prefix: 'dim' #Don't change it.
esphome:
name: '${name}'
@@ -20,10 +21,10 @@ external_components:
packages:
internals_packages:
url: https://github.com/boneIO-eu/esphome
ref: v1.0.15
ref: v1.0.16
files:
[
'devices/dimmer_serial_no.yaml',
'devices/serial_no.yaml',
'devices/dimmer_i2c.yaml',
'devices/dimmer_ina219.yaml',
]