Advertisement
Viperium

docker_dynamic.yaml

Jan 22nd, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.50 KB | None | 0 0
  1. entities:
  2.   - card:
  3.       head: sensor.cubox_sonarr_status
  4.       type: 'custom:fold-entity-row'
  5.     filter:
  6.       exclude:
  7.         - entity_id: '*status*'
  8.       include:
  9.         - entity_id: sensor.cubox_sonarr*
  10.     type: 'custom:auto-entities'
  11.   - card:
  12.       head: sensor.cubox_radarr_status
  13.       type: 'custom:fold-entity-row'
  14.     filter:
  15.       exclude:
  16.         - entity_id: '*status*'
  17.       include:
  18.         - entity_id: sensor.cubox_radarr*
  19.     type: 'custom:auto-entities'
  20.   - card:
  21.       head: sensor.cubox_mariadb_status
  22.       type: 'custom:fold-entity-row'
  23.     filter:
  24.       exclude:
  25.         - entity_id: '*status*'
  26.       include:
  27.         - entity_id: sensor.cubox_mariadb*
  28.     type: 'custom:auto-entities'
  29.   - card:
  30.       head: sensor.cubox_deluge_status
  31.       type: 'custom:fold-entity-row'
  32.     filter:
  33.       exclude:
  34.         - entity_id: '*status*'
  35.       include:
  36.         - entity_id: sensor.cubox_deluge*
  37.     type: 'custom:auto-entities'
  38.   - card:
  39.       head: sensor.cubox_qbittorrent_status
  40.       type: 'custom:fold-entity-row'
  41.     filter:
  42.       exclude:
  43.         - entity_id: '*status*'
  44.       include:
  45.         - entity_id: sensor.cubox_qbittorrent*
  46.     type: 'custom:auto-entities'
  47.   - card:
  48.       head: sensor.cubox_transmission_status
  49.       type: 'custom:fold-entity-row'
  50.     filter:
  51.       exclude:
  52.         - entity_id: '*status*'
  53.       include:
  54.         - entity_id: sensor.cubox_transmission*
  55.     type: 'custom:auto-entities'
  56.   - card:
  57.       head: sensor.cubox_ouroboros_status
  58.       type: 'custom:fold-entity-row'
  59.     filter:
  60.       exclude:
  61.         - entity_id: '*status*'
  62.       include:
  63.         - entity_id: sensor.cubox_ouroboros*
  64.     type: 'custom:auto-entities'
  65.   - card:
  66.       head: sensor.cubox_bazarr_status
  67.       type: 'custom:fold-entity-row'
  68.     filter:
  69.       exclude:
  70.         - entity_id: '*status*'
  71.       include:
  72.         - entity_id: sensor.cubox_bazarr*
  73.     type: 'custom:auto-entities'
  74.   - card:
  75.       head: sensor.cubox_jackett_status
  76.       type: 'custom:fold-entity-row'
  77.     filter:
  78.       exclude:
  79.         - entity_id: '*status*'
  80.       include:
  81.         - entity_id: sensor.cubox_jackett*
  82.     type: 'custom:auto-entities'
  83.   - card:
  84.       head: sensor.cubox_organizr_status
  85.       type: 'custom:fold-entity-row'
  86.     filter:
  87.       exclude:
  88.         - entity_id: '*status*'
  89.       include:
  90.         - entity_id: sensor.cubox_organizr*
  91.     type: 'custom:auto-entities'
  92. show_header_toggle: false
  93. title: Docker Containers
  94. type: entities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement