Issue #2941
@@ -871,3 +871,4 @@ Further device support has been made with the assistance of users. Please consid
- [shyfxshadow](https://github.com/shyfxshadow) for assisting with support for EleChico CCST6001 thermostat.
- [Lemckert](https://github.com/Lemckert) for assisting with support for Gologi dehumidifier.
- [Antoni950425](https://github.com/Antoni950425) for assisting with support for Zigbee smart air box BR V2.
+- [skylarhays](https://github.com/skylarhays) for assisting with support for Arknoah Aquarium lights.
@@ -651,6 +651,7 @@ of device.
- Unbranded 1CH dimmer module
- Unbranded dual dimmer module
- A60 1800-2700K RGBWW light
+- Arknoah Aquarium lights
- Asahom S105A-C outdoor lighting
- Atomi smart color string light
- Blitzwolf BW-LT31 LED strip
@@ -0,0 +1,106 @@
+name: Aquarium lights
+products:
+ - id: h5knkuawivfnolpu
+ manufacturer: Arknoah
+ model: 165W 3 channel
+entities:
+ - entity: light
+ name: Channel 1
+ dps:
+ - id: 20
+ type: boolean
+ name: switch
+ - id: 21
+ name: effect
+ type: string
+ mapping:
+ - dps_val: music
+ value: Music
+ - dps_val: rhythm
+ value: Rhythm
+ - dps_val: DIY
+ value: Custom
+ - dps_val: schedule
+ value: Scheduled
+ - id: 101
+ name: brightness
+ type: integer
+ range:
+ min: 0
+ max: 1000
+ name: Channel 2
+ - id: 102
+ name: Channel 3
+ - id: 103
+ - entity: text
+ name: Music
+ category: config
+ icon: "mdi:music"
+ hidden: true
+ - id: 27
+ type: hex
+ optional: true
+ name: value
+ name: Power memory
+ icon: "mdi:power-standby"
+ - id: 33
+ type: base64
+ - entity: switch
+ name: Do not disturb
+ translation_key: sleep
+ - id: 34
+ name: Rhythm pattern
+ icon: "mdi:music-note-plus"
+ - id: 106
+ name: Schedule
+ icon: "mdi:timetable"
+ - id: 107
+ name: Custom
+ icon: "mdi:cog"
+ - id: 108