mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add support for entity categories to MQTT entities (#57656)
* Add support for entity categories to MQTT entities * Improve test * Apply suggestions from code review Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Update homeassistant/components/mqtt/mixins.py Co-authored-by: Paul Monigatti <paulmonigatti@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Paul Monigatti <paulmonigatti@users.noreply.github.com>
This commit is contained in:
@@ -102,6 +102,7 @@ CONF_EFFECT: Final = "effect"
|
||||
CONF_ELEVATION: Final = "elevation"
|
||||
CONF_EMAIL: Final = "email"
|
||||
CONF_ENTITIES: Final = "entities"
|
||||
CONF_ENTITY_CATEGORY: Final = "entity_category"
|
||||
CONF_ENTITY_ID: Final = "entity_id"
|
||||
CONF_ENTITY_NAMESPACE: Final = "entity_namespace"
|
||||
CONF_ENTITY_PICTURE_TEMPLATE: Final = "entity_picture_template"
|
||||
|
||||
Reference in New Issue
Block a user