1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add APDS9960 Support (#300)

This commit is contained in:
Otto Winter
2019-01-05 19:52:01 +01:00
committed by GitHub
parent 4e44081fdf
commit 7f9462ebf3
5 changed files with 136 additions and 0 deletions

View File

@@ -118,6 +118,25 @@ sensor:
name: "CSE7766 Current"
power:
name: "CSE776 Power"
- platform: apds9960
type: proximity
name: APDS9960 Proximity
- platform: apds9960
type: clear
name: APDS9960 Clear
- platform: apds9960
type: red
name: APDS9960 Red
- platform: apds9960
type: green
name: APDS9960 Green
- platform: apds9960
type: blue
name: APDS9960 Blue
apds9960:
address: 0x20
update_interval: 60s
esp32_touch:
setup_mode: True
@@ -130,6 +149,18 @@ binary_sensor:
name: "ESP32 Touch Pad GPIO27"
pin: GPIO27
threshold: 1000
- platform: apds9960
direction: up
name: APDS9960 Up
- platform: apds9960
direction: down
name: APDS9960 Down
- platform: apds9960
direction: left
name: APDS9960 Left
- platform: apds9960
direction: right
name: APDS9960 Right
remote_receiver:
pin: GPIO32