Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Device - Current Vita Color+ Aquarium Light #2946

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,27 @@ entities:
name: switch
- id: 21
type: string
name: effect
name: Scene
optional: true
mapping:
- dps_val: white
value: white
hidden: true
- dps_val: colour
value: "off"
- dps_val: scene
value: Scene
- dps_val: null
value: "off"
hidden: false
- dps_val: "006262020000000003e800000000626202002c008203de00000000"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong for dp 21

value: "Daylight"
- dps_val: "006262020000000003e800000000626202002c008203de00000000"
value: "Sunrise"
- dps_val: "01565602002c008203de00000000565602012c012c022600000000"
value: "Sunset"
- dps_val: "0262620200f003e803e80000000062620200e5035c00e600000000"
value: "Moonlight"
- dps_val: "0366660200d100a0026c0000000066660200c102bc01ae0000000066660200bb03c0035c00000000"
value: "Rain Storm"
- dps_val: "046666020000000003e80000000066660200c7004603a200000000666602002c008203de00000000"
value: "Cloudy"
- dps_val: "0666660200e6038e03e80000000066660200fe03ca02580000000066660200c9035203e800000000"
value: "Glow"
- dps_val: "0762620200d002940384000000006262020000000003e800000000"
value: "Stream"
- dps_val: "0866660200d7033402440000000066660200c603e801f400000000666602011702b2023a00000000"
value: "Deepwater"
- id: 24
type: hex
name: rgbhsv
Expand Down