1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Tuya Select - Add int_datapoint option (#8393)

This commit is contained in:
Cossid
2025-05-12 23:44:51 -05:00
committed by GitHub
parent 5e164b107a
commit 8b65d1673a
5 changed files with 35 additions and 8 deletions

View File

@@ -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