mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Add support for Tuya Binary Sensors (#1089)
* Add Tuya binary sensor * Add tuya binary sensor to test4 * Fix copy/paste * Forgot id
This commit is contained in:
		| @@ -77,6 +77,11 @@ sensor: | ||||
| #    type: blue | ||||
| #    name: APDS9960 Blue | ||||
|  | ||||
| binary_sensor: | ||||
|   - platform: tuya | ||||
|     id: tuya_binary_sensor | ||||
|     sensor_datapoint: 1 | ||||
|  | ||||
| climate: | ||||
|   - platform: tuya | ||||
|     id: tuya_climate | ||||
| @@ -87,4 +92,3 @@ switch: | ||||
|   - platform: tuya | ||||
|     id: tuya_switch | ||||
|     switch_datapoint: 1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user