update readme and info
This commit is contained in:
@@ -71,6 +71,7 @@ localtuya:
|
|||||||
color_mode: 21 # Optional, usually 2 or 21, default: "none"
|
color_mode: 21 # Optional, usually 2 or 21, default: "none"
|
||||||
brightness: 22 # Optional, usually 3 or 22, default: "none"
|
brightness: 22 # Optional, usually 3 or 22, default: "none"
|
||||||
color_temp: 23 # Optional, usually 4 or 23, default: "none"
|
color_temp: 23 # Optional, usually 4 or 23, default: "none"
|
||||||
|
color_temp_reverse: false # Optional, default: false
|
||||||
color: 24 # Optional, usually 5 (RGB_HSV) or 24 (HSV), default: "none"
|
color: 24 # Optional, usually 5 (RGB_HSV) or 24 (HSV), default: "none"
|
||||||
brightness_lower: 29 # Optional, usually 0 or 29, default: 29
|
brightness_lower: 29 # Optional, usually 0 or 29, default: 29
|
||||||
brightness_upper: 1000 # Optional, usually 255 or 1000, default: 1000
|
brightness_upper: 1000 # Optional, usually 255 or 1000, default: 1000
|
||||||
@@ -79,7 +80,6 @@ localtuya:
|
|||||||
scene: 25 # Optional, usually 6 (RGB_HSV) or 25 (HSV), default: "none"
|
scene: 25 # Optional, usually 6 (RGB_HSV) or 25 (HSV), default: "none"
|
||||||
music_mode: False # Optional, some use internal mic, others, phone mic. Only internal mic is supported, default: "False"
|
music_mode: False # Optional, some use internal mic, others, phone mic. Only internal mic is supported, default: "False"
|
||||||
|
|
||||||
|
|
||||||
- platform: sensor
|
- platform: sensor
|
||||||
friendly_name: Plug Voltage
|
friendly_name: Plug Voltage
|
||||||
id: 20
|
id: 20
|
||||||
|
20
info.md
20
info.md
@@ -66,14 +66,18 @@ localtuya:
|
|||||||
|
|
||||||
- platform: light
|
- platform: light
|
||||||
friendly_name: Device Light
|
friendly_name: Device Light
|
||||||
brightness: 10 # Optional
|
id: 4 # Usually 1 or 20
|
||||||
brightness_lower: 0 # Optional
|
color_mode: 21 # Optional, usually 2 or 21, default: "none"
|
||||||
brightness_upper: 100 # Optional
|
brightness: 22 # Optional, usually 3 or 22, default: "none"
|
||||||
color_temp: 11 # Optional
|
color_temp: 23 # Optional, usually 4 or 23, default: "none"
|
||||||
color_temp_reverse: false # Optional
|
color_temp_reverse: false # Optional, default: false
|
||||||
color_temp_min_kelvin: 2700 # Optional
|
color: 24 # Optional, usually 5 (RGB_HSV) or 24 (HSV), default: "none"
|
||||||
color_temp_max_kelvin: 6500 # Optional
|
brightness_lower: 29 # Optional, usually 0 or 29, default: 29
|
||||||
id: 4
|
brightness_upper: 1000 # Optional, usually 255 or 1000, default: 1000
|
||||||
|
color_temp_min_kelvin: 2700 # Optional, default: 2700
|
||||||
|
color_temp_max_kelvin: 6500 # Optional, default: 6500
|
||||||
|
scene: 25 # Optional, usually 6 (RGB_HSV) or 25 (HSV), default: "none"
|
||||||
|
music_mode: False # Optional, some use internal mic, others, phone mic. Only internal mic is supported, default: "False"
|
||||||
|
|
||||||
- platform: sensor
|
- platform: sensor
|
||||||
friendly_name: Plug Voltage
|
friendly_name: Plug Voltage
|
||||||
|
Reference in New Issue
Block a user