Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.73 KB

plant-status.md

File metadata and controls

40 lines (31 loc) · 1.73 KB

Homekit Infused 5

Content

Addons > Plant Status

This addon gives your view a core plant status card that shows the different entities associated with your plant.

You can use any of the following options to modify your addon.

Stack and Addon Config

Name Required Default Description
title no undefined Set the title of the stack, ommitting this line will or setting title: hide will hide the title
entity yes undefined Set your entity here, you can only define one entity per card
view_layout no undefined This is best used in conjunction with the layout addon, but can also be used to control whether to show this stack on different screen sizes.
type no undefined Setting a type can make the stack condtional, this option will ONLY accept conditional
conditions no undefined Add entities and conditions, this will determine when this addon will be shown, e.g. if entity x is turned on, then show this addon (see addons for examples
# Example
  my_view:
    addons:
      plant_status:
        - title: Bonsai
          entity: plant.bonsai

Images:

Homekit Infused