1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-10-08 11:20:48 -10:00
parent 82bdb08884
commit e8adcb539c
1783 changed files with 3982 additions and 5115 deletions

View File

@@ -1,7 +1,6 @@
sensor:
- platform: ltr_als_ps
address: 0x23
i2c_id: i2c_als_ps
gain: 1x
integration_time: 100ms
ps_cooldown: 5 s

View File

@@ -1,6 +1,4 @@
i2c:
- id: i2c_als_ps
scl: 16
sda: 17
packages:
i2c: !include ../../test_build_components/common/i2c_low_freq/esp32-ard.yaml
<<: !include common.yaml

View File

@@ -1,6 +1,4 @@
i2c:
- id: i2c_als_ps
scl: 5
sda: 4
packages:
i2c: !include ../../test_build_components/common/i2c_low_freq/esp32-c3-ard.yaml
<<: !include common.yaml

View File

@@ -1,6 +1,4 @@
i2c:
- id: i2c_als_ps
scl: 5
sda: 4
packages:
i2c: !include ../../test_build_components/common/i2c_low_freq/esp32-c3-idf.yaml
<<: !include common.yaml

View File

@@ -1,6 +1,4 @@
i2c:
- id: i2c_als_ps
scl: 16
sda: 17
packages:
i2c: !include ../../test_build_components/common/i2c_low_freq/esp32-idf.yaml
<<: !include common.yaml

View File

@@ -1,6 +1,4 @@
i2c:
- id: i2c_als_ps
scl: 5
sda: 4
packages:
i2c: !include ../../test_build_components/common/i2c_low_freq/esp8266-ard.yaml
<<: !include common.yaml

View File

@@ -1,6 +1,4 @@
i2c:
- id: i2c_als_ps
scl: 5
sda: 4
packages:
i2c: !include ../../test_build_components/common/i2c_low_freq/rp2040-ard.yaml
<<: !include common.yaml