Files
esphome/devices/lm75b.yaml
Bartłomiej Tomala 15a1223be7 modular config
2022-09-19 19:57:58 +02:00

13 lines
279 B
YAML

#i2c address: 0x48 output lm75b temp
#LM75B
external_components:
- source: github://btomala/esphome-LM75@v1.0
components: [ lm75 ]
sensor:
# Lower board temperature
- platform: lm75
id: boneIO_temp
name: "${node_name} LM75B Temperature"
update_interval: 30s