Advertisement
Hoekeren

Pollental - kun med værdi

May 25th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.78 KB | None | 0 0
  1. type: horizontal-stack
  2. cards:
  3.   - type: conditional
  4.     conditions:
  5.       - entity: sensor.pollen_viborg_graes
  6.         state_not: '-'
  7.     card:
  8.       type: gauge
  9.       entity: sensor.pollen_viborg_graes
  10.       min: 0
  11.       max: 350
  12.       name: Græs
  13.       severity:
  14.         green: 0
  15.         yellow: 10
  16.         red: 50
  17.   - type: conditional
  18.     conditions:
  19.       - entity: sensor.pollen_viborg_bynke
  20.         state_not: '-'
  21.     card:
  22.       type: gauge
  23.       entity: sensor.pollen_viborg_bynke
  24.       min: 0
  25.       max: 100
  26.       name: Bynke
  27.       severity:
  28.         green: 0
  29.         yellow: 10
  30.         red: 50
  31.   - type: conditional
  32.     conditions:
  33.       - entity: sensor.pollen_viborg_elm
  34.         state_not: '-'
  35.     card:
  36.       type: gauge
  37.       entity: sensor.pollen_viborg_elm
  38.       min: 0
  39.       max: 165
  40.       name: Elm
  41.       severity:
  42.         green: 0
  43.         yellow: 10
  44.         red: 50
  45.   - type: conditional
  46.     conditions:
  47.       - entity: sensor.pollen_viborg_birk
  48.         state_not: '-'
  49.     card:
  50.       type: gauge
  51.       entity: sensor.pollen_viborg_birk
  52.       min: 0
  53.       max: 2600
  54.       name: Birk
  55.       severity:
  56.         green: 0
  57.         yellow: 30
  58.         red: 100
  59.   - type: conditional
  60.     conditions:
  61.       - entity: sensor.pollen_viborg_hassel
  62.         state_not: '-'
  63.     card:
  64.       type: gauge
  65.       entity: sensor.pollen_viborg_hassel
  66.       min: 0
  67.       max: 180
  68.       name: Hassel
  69.       severity:
  70.         green: 0
  71.         yellow: 5
  72.         red: 15
  73.   - type: conditional
  74.     conditions:
  75.       - entity: sensor.pollen_viborg_el
  76.         state_not: '-'
  77.     card:
  78.       type: gauge
  79.       entity: sensor.pollen_viborg_el
  80.       min: 0
  81.       max: 420
  82.       name: El
  83.       severity:
  84.         green: 0
  85.         yellow: 10
  86.         red: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement