mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Tuya Select - Add int_datapoint option (#8393)
This commit is contained in:
		| @@ -60,12 +60,19 @@ number: | ||||
|  | ||||
| select: | ||||
|   - platform: tuya | ||||
|     id: tuya_select | ||||
|     id: tuya_select_enum | ||||
|     enum_datapoint: 42 | ||||
|     options: | ||||
|       0: Internal | ||||
|       1: Floor | ||||
|       2: Both | ||||
|   - platform: tuya | ||||
|     id: tuya_select_int | ||||
|     int_datapoint: 43 | ||||
|     options: | ||||
|       0: Internal | ||||
|       1: Floor | ||||
|       2: Both | ||||
|  | ||||
| sensor: | ||||
|   - platform: tuya | ||||
|   | ||||
		Reference in New Issue
	
	Block a user