mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +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:
parent
bcb5106442
commit
38d136d1c2
@ -195,7 +195,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Alarm
|
||||
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
|
||||
payload_arm_away:
|
||||
|
@ -169,7 +169,7 @@ name:
|
||||
type: string
|
||||
default: MQTT binary 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
|
||||
off_delay:
|
||||
|
@ -157,7 +157,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Button
|
||||
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
|
||||
payload_available:
|
||||
|
@ -158,7 +158,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
topic:
|
||||
|
@ -239,7 +239,7 @@ name:
|
||||
type: string
|
||||
default: MQTT HVAC
|
||||
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
|
||||
optimistic:
|
||||
|
@ -170,7 +170,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Cover
|
||||
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
|
||||
optimistic:
|
||||
|
@ -139,7 +139,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
payload_available:
|
||||
|
@ -155,7 +155,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Event
|
||||
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
|
||||
payload_available:
|
||||
|
@ -162,7 +162,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Fan
|
||||
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
|
||||
optimistic:
|
||||
|
@ -195,7 +195,7 @@ name:
|
||||
type: string
|
||||
default: MQTT humidifier
|
||||
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
|
||||
optimistic:
|
||||
|
@ -165,7 +165,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
unique_id:
|
||||
|
@ -163,7 +163,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
optimistic:
|
||||
|
@ -286,7 +286,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Light
|
||||
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
|
||||
on_command_type:
|
||||
@ -717,7 +717,7 @@ name:
|
||||
type: string
|
||||
default: MQTT JSON Light
|
||||
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
|
||||
optimistic:
|
||||
@ -1123,7 +1123,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Template Light
|
||||
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
|
||||
optimistic:
|
||||
|
@ -168,7 +168,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Lock
|
||||
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
|
||||
optimistic:
|
||||
|
@ -153,7 +153,7 @@ name:
|
||||
type: string
|
||||
default: MQTT notify
|
||||
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
|
||||
payload_available:
|
||||
|
@ -165,7 +165,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
optimistic:
|
||||
|
@ -151,7 +151,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Scene
|
||||
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
|
||||
payload_available:
|
||||
|
@ -158,7 +158,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
optimistic:
|
||||
|
@ -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:
|
||||
|
@ -170,7 +170,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Siren
|
||||
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
|
||||
optimistic:
|
||||
|
@ -165,7 +165,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Switch
|
||||
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
|
||||
optimistic:
|
||||
|
@ -166,7 +166,7 @@ name:
|
||||
type: string
|
||||
default: "MQTT Text"
|
||||
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
|
||||
pattern:
|
||||
|
@ -168,7 +168,7 @@ name:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
payload_install:
|
||||
|
@ -131,7 +131,7 @@ name:
|
||||
type: string
|
||||
default: MQTT Vacuum
|
||||
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
|
||||
payload_available:
|
||||
|
@ -189,7 +189,7 @@ name:
|
||||
type: string
|
||||
default: MQTT water heater
|
||||
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
|
||||
optimistic:
|
||||
|
Loading…
x
Reference in New Issue
Block a user