4
0

config.yaml 520 B

12345678910111213141516171819202122232425
  1. #
  2. # Integration Test Config: entity HTML in display components (#804)
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. entities:
  8. - file: entities/html_display.yaml
  9. name: html_display
  10. actions: []
  11. dashboards:
  12. - title: Html Display Dashboard
  13. contents:
  14. - title: Compare result
  15. type: fieldset
  16. entity: html_display
  17. contents:
  18. - type: display
  19. cssClass: test-html-display
  20. title: '{{ html_display.content }}'