mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
nowy katalog z konfigami dla wersji 0.4PP
This commit is contained in:
@@ -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',
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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
12
devices_v0_4/lm75b.yaml
Normal 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
13
devices_v0_4/pcf.yaml
Normal 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
3
devices_v0_4/time.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
time:
|
||||||
|
- platform: ds1307
|
||||||
|
id: ds1307_time
|
||||||
Reference in New Issue
Block a user