12345678910111213141516171819202122232425262728293031323334 |
- heartbeat8.heartbeat_stream_entity.*:
- type: config_entity
- label: 'Heartbeat stream entity config'
- mapping:
- hid:
- type: serial
- label: 'hid'
- message_id:
- type: string
- label: 'message_id'
- description:
- type: string
- label: 'description'
- message:
- type: string
- label: 'message'
- message_concat:
- type: string
- label: 'message_concat'
- perms:
- type: integer
- label: 'perms'
- group_type:
- type: string
- label: 'group_type'
- concat_args:
- type: blob
- label: 'concat_args'
- variables:
- type: blob
- label: 'variables'
- attachments:
- type: blob
- label: 'attachments'
|