From de2734bd0ee7ebc77431e823cdd50c7a721f762c Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Wed, 16 Feb 2022 15:34:21 +0000 Subject: [PATCH] add entity_category (#66377) --- homeassistant/components/mqtt/abbreviations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/mqtt/abbreviations.py b/homeassistant/components/mqtt/abbreviations.py index 4b4c6fb7af9..c98dbbd270a 100644 --- a/homeassistant/components/mqtt/abbreviations.py +++ b/homeassistant/components/mqtt/abbreviations.py @@ -50,6 +50,7 @@ ABBREVIATIONS = { "dock_tpl": "docked_template", "e": "encoding", "en": "enabled_by_default", + "ent_cat": "entity_category", "err_t": "error_topic", "err_tpl": "error_template", "fanspd_t": "fan_speed_topic",