mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add APDS9960 Support (#300)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user