123456789101112131415161718192021222324252627282930313233343536 |
- heartbeat8.heartbeat_stream.*:
- type: config_entity
- label: 'Heartbeat stream config'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- uuid:
- type: string
- class:
- type: string
- label: 'class'
- real_class:
- type: string
- label: 'real class'
- name:
- type: string
- label: 'name'
- module:
- type: string
- label: 'module'
- title:
- type: string
- label: 'string'
- path:
- type: string
- label: 'path'
- settings:
- type: blob
- label: 'settings'
- variables:
- type: blob
- label: 'variables'
|