...
unique ID’s
which device it is part of
the device_location with location information like floorplan, room and coordinates set in Connect (if present)
which state_topic it will use to send its state updates. The client will need to listen to this topic to get updates for the entity
which command_topic it will use to send its state updates, if the entity can be controlled. The client will need to send command messages to this topic to be able to change values for the entity
Friendly name
...
Code Block | ||
---|---|---|
| ||
state_topic: connect/light/001fee00000053a6/17880107102b0c/state
schema: json
unique_id: 17880107102b0c_light
object_id: 17880107102b0c_light
device_location:
floorplan_name: Floor 3
floorplan_id: 2bbd26bc-c1cc-4c73-b6f0-84cb43b5f8c5
floorplan_point:
- '0.7114518843852604'
- '0.05005221590401024'
room_id: b7d115c2-b910-40b8-93b7-99d6dc8b4535
room_name: LMS
device:
identifiers:
- 474ff9e8
name: LMS Booth 1
manufacturer: Glamox Connect API
model: DALI Complete
suggested_area: Floor 3 - LMS
via_device: 00204afaf284
device:
identifiers:
- 17880107102b0c
name: 17880107102b0c
manufacturer: Glamox Connect API
model: Wireless Zigbee
suggested_area: mysitename
via_device: 001fee00000053a6
command_topic: connect/light/001fee00000053a6/17880107102b0c/set
name: Light_17880107102b0c
brightness_scale: 100
color_mode: 'true'
brightness: 'true'
supported_color_modes:
- brightness
effect: 'true'
effect_list:
- identify
platform: mqtt |
...