nervetattoo / banner-card

A fluffy banner card for Home Assistant 🥰
MIT License
609 stars 57 forks source link

Enhancement/Camera #130

Closed mreditor97 closed 3 years ago

mreditor97 commented 3 years ago

Added entity support for cameras, so it is now possible to use configuration something like this:

type: custom:banner-card
heading:
  - mdi:printer-3d
  - 3D Printer
entities:
  - entity: sensor.3d_printer_enclosure_temperature
    name: Temperature
  - entity: light.3d_printer
    name: Light
  - entity: sensor.3d_printer_enclosure_humidity
    name: Humidity
  - entity: camera.octoprint
    name: null
    attributes:
      camera_view: live

Ability to embed cameras directly into to the banner-card