From 3b6134079d3c75f0c6f9ad98e782bc616238ed3d Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 15 Apr 2022 09:00:36 +0200 Subject: [PATCH] MQTT Scene - Correct merging #22197 (#22288) --- source/_integrations/scene.mqtt.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/scene.mqtt.markdown b/source/_integrations/scene.mqtt.markdown index 89f38002ea6..52fb00a664f 100644 --- a/source/_integrations/scene.mqtt.markdown +++ b/source/_integrations/scene.mqtt.markdown @@ -62,6 +62,11 @@ command_topic: description: The MQTT topic to publish `payload_on` to activate the scene. required: false type: string +enabled_by_default: + description: Flag which defines if the entity should be enabled when first added. + required: false + type: boolean + default: true entity_category: description: The [category](https://developers.home-assistant.io/docs/core/entity#generic-properties) of the entity. required: false