mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-11-15 22:10:37 +00:00
Document object_id is only updates Entity ID when the MQTT entity is added the first time and overrides user customizations (#39947)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
@@ -166,7 +166,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Sensor
|
||||
object_id:
|
||||
description: Used instead of `name` for automatic generation of `entity_id`
|
||||
description: Used `object_id` instead of `name` for automatic generation of `entity_id`. This only works when the entity is added for the first time. When set, this overrides a user-customized Entity ID in case the entity was deleted and added again.
|
||||
required: false
|
||||
type: string
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user