MQTT Scene - Correct merging #22197 (#22288)

This commit is contained in:
Jan Bouwhuis 2022-04-15 09:00:36 +02:00 committed by GitHub
parent 4b05efa92f
commit 3b6134079d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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