Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.7 KB

shopping-list.md

File metadata and controls

38 lines (29 loc) · 1.7 KB

Homekit Infused 5

Content

Addons > Shopping List

The Shopping List card allows you to add, edit, check-off, and clear items from your shopping list.

Setup of the Shopping List integration is required.

Stack and Addon config

Name Required Default Description
title yes undefined Set the title of the stack, ommitting this line will or setting title: hide will hide the title, you MUST set this for this addon!
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.
conditional no false Setting this to true will make the stack condtional
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
# views.yaml (example config)
  my_view:
    addons:
      shopping_list:
        - title: hide

Images:

Homekit Infused