Add v0.9 test board

This commit is contained in:
pszafer
2024-09-29 14:07:20 +02:00
parent 128ce7d2c5
commit 5ad10482c9
18 changed files with 1735 additions and 32 deletions

View File

@@ -0,0 +1,12 @@
#i2c address: 0x48 output lm75b temp
#LM75B
external_components:
- source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75
components: [lm75]
sensor:
# Lower board temperature
- platform: lm75
id: boneIO_temp
name: 'LM75B Temperature'
update_interval: 30s