nowy katalog z konfigami dla wersji 0.4PP

This commit is contained in:
wedr0wycz
2024-08-18 00:26:31 +02:00
committed by GitHub
parent a1aefcccf8
commit 24398e5bfd
8 changed files with 33 additions and 13 deletions

View File

@@ -33,13 +33,12 @@ packages:
url: https://github.com/boneIO-eu/esphome url: https://github.com/boneIO-eu/esphome
ref: v1.1.0 ref: v1.1.0
files: [ files: [
'devices/buzzer.yaml',
'devices/serial_no.yaml', 'devices/serial_no.yaml',
'devices_v0_7/display.yaml', 'devices_v0_4/display.yaml',
'devices_v0_7/i2c.yaml', 'devices_v0_4/i2c.yaml',
'devices_v0_7/ina219.yaml', 'devices_v0_4/ina219.yaml',
'devices_v0_7/lm75b.yaml', 'devices_v0_4/lm75b.yaml',
'devices_v0_7/pcf.yaml', 'devices_v0_4/pcf.yaml',
'boards/32x10_output.yaml', 'boards/32x10_output.yaml',
# 'devices_v0_7/one_wire.yaml', # 'devices_v0_7/one_wire.yaml',
] ]

View File

@@ -1,7 +0,0 @@
pcf8574:
- id: 'pcf_left'
address: 0x21
pcf8575: true
- id: 'pcf_right'
address: 0x20
pcf8575: true

12
devices_v0_4/lm75b.yaml Normal file
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

13
devices_v0_4/pcf.yaml Normal file
View File

@@ -0,0 +1,13 @@
pcf8574:
- id: 'pcf_right'
address: 0x20
pcf8575: true
- id: 'pcf_left'
address: 0x21
pcf8575: true
- id: 'mcp_inputs_1to16'
address: 0x26
pcf8575: true
- id: 'mcp_inputs_17to32'
address: 0x27
pcf8575: true

3
devices_v0_4/time.yaml Normal file
View File

@@ -0,0 +1,3 @@
time:
- platform: ds1307
id: ds1307_time