Share the love
  • Welcome!
  • Picture-elements cards
    • 3D Floorplan Card
    • Fitbit Card
    • Greeter Card
    • Kodi Remote Card
    • Mi Flora Plant Card
    • Neato Vaccum Card
    • Temperature glance
    • Untappd Card
    • Xiaomi Vacuum Card
  • Glance cards
    • AV Remote Card
  • Custom Resources
    • Cards
    • Rows
    • Elements
    • Special
    • Styling
  • Tools
    • Jinja Magic Scripts
    • Externaly hosted tools
Powered by GitBook
On this page
  1. Picture-elements cards

Mi Flora Plant Card

A nice card to display your plants moisture and combined temperature.

PreviousKodi Remote CardNextNeato Vaccum Card

Last updated 5 years ago

The color of the badges will depend on your theme.

        - type: picture-elements
          image: /local/plants.jpg
          elements:
            - type: state-badge
              entity: sensor.small_chili_moisture
              style:
                top: 27%
                left: 10%
                --ha-label-badge-font-size: 1em
            - type: state-badge
              entity: sensor.big_chili_moisture
              style:
                top: 27%
                left: 25%
                --ha-label-badge-font-size: 1em
            - type: state-badge
              entity: sensor.herbs_moisture
              style:
                top: 27%
                left: 40%
                --ha-label-badge-font-size: 1em
            - type: state-label
              entity: sensor.greenhouse_temperature
              style:
                top: 15%
                left: 92%
                --ha-label-badge-font-size: 1em

Here is the config for a combined temperature sensor

This requires you to have the following component setup

  • Mi Flora

or some other kind of plant sensors with moisture and temperature.

Change the entity ids to those of your temperature sensors.

sensor:
  - platform: min_max
    name: Greenhouse temperature
    type: mean
    entity_ids:
      - sensor.small_chili_temperature
      - sensor.big_chili_temperature
      - sensor.herbs_temperature
144KB
plants.jpg
The plants background image