Skip to content

Commit

Permalink
Merge pull request #147 from Burki24/patch-9
Browse files Browse the repository at this point in the history
FIX: Z2M.presence_state.ffd9a501
  • Loading branch information
Schnittcher authored Nov 7, 2023
2 parents f74806c + 92099d0 commit 4a56077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Zigbee2MQTTHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@ private function registerVariableProfile($expose)
$ProfileName .= '.';
$ProfileName .= dechex(crc32($tmpProfileName));
switch ($ProfileName) {
case 'Z2M.presence_state.':
case 'Z2M.presence_state.ffd9a501':
if (!IPS_VariableProfileExists($ProfileName)) {
$this->RegisterProfileStringEx($ProfileName, 'Information', '', '', [
['none', $this->Translate('None'), '', 0xFF0000],
Expand Down

0 comments on commit 4a56077

Please sign in to comment.