From 8ad0b9845e9338664ec1d833f6730c31245b65c9 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek <bieniu@users.noreply.github.com> Date: Tue, 8 Dec 2020 08:19:57 +0100 Subject: [PATCH] Add the missing ATTR_ENABLED attribute to Brother integration list of sensors (#44036) --- homeassistant/components/brother/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/brother/const.py b/homeassistant/components/brother/const.py index cbb3d2a70cb..5aecde16327 100644 --- a/homeassistant/components/brother/const.py +++ b/homeassistant/components/brother/const.py @@ -136,6 +136,7 @@ SENSOR_TYPES = { ATTR_ICON: "mdi:printer-3d", ATTR_LABEL: ATTR_PF_KIT_MP_REMAINING_LIFE.replace("_", " ").title(), ATTR_UNIT: PERCENTAGE, + ATTR_ENABLED: True, }, ATTR_BLACK_TONER_REMAINING: { ATTR_ICON: "mdi:printer-3d-nozzle",