diff --git a/src/devices/frient.ts b/src/devices/frient.ts index eda40a3a510f6..074f4cfd52be3 100644 --- a/src/devices/frient.ts +++ b/src/devices/frient.ts @@ -31,6 +31,13 @@ const definitions: DefinitionWithExtend[] = [ return {default: 2}; }, }, + { + zigbeeModel: ['EMIZB-151'], + model: 'EMIZB-151', + vendor: 'Frient', + description: 'HAN P1 power-meter sensor', + extend: [electricityMeter({threePhase: true})], + }, ]; export default definitions;