1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-26 12:38:16 +00:00

tests added

This commit is contained in:
Anton Viktorov 2024-03-12 17:19:18 +01:00
parent 5c666e2b7c
commit f63d5487a1
7 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,16 @@
sensor:
- platform: bh1745
address: 0x38
i2c_id: i2c_bh1745
gain: 1X
integration_time: 160ms
red_channel: Red channel
green_channel: Green channel
blue_channel: Blue channel
clear_channel: Clear channel
illuminance: Illuminance
color_temperature: Color temperature
switch:
- platform: bh1745
name: BH1754 LED

View File

@ -0,0 +1,6 @@
i2c:
- id: i2c_bh1745
scl: 5
sda: 4
<<: !include common.yaml

View File

@ -0,0 +1,6 @@
i2c:
- id: i2c_bh1745
scl: 5
sda: 4
<<: !include common.yaml

View File

@ -0,0 +1,6 @@
i2c:
- id: i2c_bh1745
scl: 16
sda: 17
<<: !include common.yaml

View File

@ -0,0 +1,6 @@
i2c:
- id: i2c_bh1745
scl: 16
sda: 17
<<: !include common.yaml

View File

@ -0,0 +1,6 @@
i2c:
- id: i2c_bh1745
scl: 5
sda: 4
<<: !include common.yaml

View File

@ -0,0 +1,6 @@
i2c:
- id: i2c_bh1745
scl: 5
sda: 4
<<: !include common.yaml