Skip to content

Commit

Permalink
feat: Enable identify for IKEA Vallhorn and Parasoll (#6934)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsStegman authored Jan 20, 2024
1 parent 350effd commit c8a2cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ const definitions: Definition[] = [
vendor: 'IKEA',
description: 'VALLHORN wireless motion sensor',
fromZigbee: [fz.occupancy, fz.battery, fz.illuminance],
toZigbee: [],
toZigbee: [tz.identify],
exposes: [e.occupancy(), e.battery(), e.illuminance(), e.illuminance_lux()],
ota: ota.tradfri,
configure: async (device, coordinatorEndpoint, logger) => {
Expand Down Expand Up @@ -1278,7 +1278,7 @@ const definitions: Definition[] = [
vendor: 'IKEA',
description: 'PARASOLL door/window Sensor',
fromZigbee: [fz.battery, fz.ias_contact_alarm_1],
toZigbee: [],
toZigbee: [tz.identify],
ota: ota.tradfri,
exposes: [e.battery(), e.contact()],
configure: async (device, coordinatorEndpoint, logger) => {
Expand Down

0 comments on commit c8a2cee

Please sign in to comment.