jackjohnsonuk / homeassistant-config

46 stars 6 forks source link

Implement Greater Card #61

Open jackjohnsonuk opened 6 years ago

jackjohnsonuk commented 6 years ago
- type: picture-elements
  image: /local/banners/unsplash_1.jpg
  elements:
  - type: state-label
    entity: sensor.time
    style:
      top: 10%
      left: 8%
      color: #f9fbff
      font: Verdana
      font-variant: small-caps

  - type: state-label
    entity: sensor.time
    style:
      top: 10%
      left: 8%
      color: #f9fbff
      font: Verdana
      font-variant: small-caps

  - type: state-icon
    entity: sensor.outside_temp
    style:
      top: 8%
      left: 93%
      color: #f9fbff
  - type: state-label
    entity: sensor.outside_temp
    style:
      top: 15%
      left: 93%
      color: #f9fbff
      font: Verdana
      font-variant: small-caps

  - type: state-label
    entity: sensor.time_of_day
    style:
      top: 40%
      left: 50%
      color: #f9fbff
      font-size: 250%
      text-shadow: 3px 3px black
      font: Verdana
      font-style: oblique
      font-weight: bold

  - type: state-label
    entity: sensor.outside_alerts
    style:
      top: 52%
      left: 50%
      color: #f9fbff
      font: Verdana
      font-style: oblique
      text-shadow: 1px 3px black
      font-size: 120%
      font-weight: bold

  - type: state-label
    entity: sensor.calander_private
    style:
      top: 62%
      left: 50%
      color: #f9fbff
      font: Verdana
      font-style: oblique
      text-shadow: 1px 3px black
      font-size: 120%
      font-weight: bold
jackjohnsonuk commented 6 years ago

Save New Duplicate & Edit Just Text Twitter 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51