Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 2.06 KB

favorites.md

File metadata and controls

59 lines (49 loc) · 2.06 KB

Homekit Infused 5

Content

Addons > Favorites

This addon gives your view a set of buttons with shortcuts to your favorite/most used views. It will ONLY show shortcuts to views that have the following line set:

# views.yaml (example)
  my_view:
    show_in_favorites: true

You can use any of the following options to modify your addon. You MUST use at least one of the settings!

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
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
columns yes/no 3 Set how many buttons are shown horizontally
# views.yaml (example)
  my_view:
    addons:
      favorites:
        - title: Favorites
          columns: 3
# views.yaml (example no title)
  my_view:
    addons:
      favorites:
        - columns: 3
# or
  my_view:
    addons:
      favorites:
        - title: hide
          columns: 3

Images:

Homekit Infused