Skip to content

Commit

Permalink
feat(add): 915005914501 (#6932)
Browse files Browse the repository at this point in the history
* Add Hue Being Pendant Aluminium

* Update description

* Formatting

* Update philips.ts

---------

Co-authored-by: Ferran Obón <ferran.obon@gmail.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
3 people authored Jan 19, 2024
1 parent 2dfa6d2 commit 9b764ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3525,6 +3525,13 @@ const definitions: Definition[] = [
description: 'Hue Festavia gradient light string 250',
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: true, gradient: {extraEffects: ['sparkle']}})],
},
{
zigbeeModel: ['915005914501'],
model: '915005914501',
vendor: 'Philips',
description: 'Hue Being Pendant aluminum',
extend: [philipsLight({colorTemp: {range: [153, 454]}})],
},
];

export default definitions;

0 comments on commit 9b764ea

Please sign in to comment.