From 02fe5144d8fa881e039e1f9e7e46c1a76d9f6c44 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 20 Jan 2020 14:17:57 +0100 Subject: [PATCH] Remove obsolete homebridge_* attributes (#4533) --- src/util/hass-attributes-util.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/hass-attributes-util.js b/src/util/hass-attributes-util.js index d8f4de1c03..05fa3ebb63 100644 --- a/src/util/hass-attributes-util.js +++ b/src/util/hass-attributes-util.js @@ -80,8 +80,6 @@ hassAttributeUtil.LOGIC_STATE_ATTRIBUTES = hassAttributeUtil.LOGIC_STATE_ATTRIBU }, haaska_hidden: undefined, haaska_name: undefined, - homebridge_hidden: { type: "boolean" }, - homebridge_name: { type: "string" }, supported_features: undefined, attribution: undefined, restored: undefined,