Skip to content

Commit

Permalink
rename config item and add range
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Birger authored and make-all committed Oct 15, 2023
1 parent 3622b2f commit 5d922f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions custom_components/tuya_local/devices/reiga_52_fan_light.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Reiga Ceiling Fan
name: Ceiling fan with light
products:
- id: g0ewlb1vmwqljzji
name: Reiga 52 Ceiling Fan with Light
name: Reiga 52 ceiling fan with light
primary_entity:
entity: fan
translation_key: fan_with_presets
Expand Down Expand Up @@ -61,14 +61,15 @@ secondary_entities:
- id: 16
type: integer
name: brightness

range:
min: 0
max: 255
mapping:
- scale: 0.392156862745098
- id: 17
type: integer
name: color_temp
mapping:
- step: 1
- target_range:
min: 2700
max: 6500
Expand Down

0 comments on commit 5d922f7

Please sign in to comment.