jcallaghan / home-assistant-config

My Home Assistant configuration & documentation.
https://www.jcallaghan.com/
MIT License
175 stars 8 forks source link

Add search card #104

Closed jcallaghan closed 4 years ago

jcallaghan commented 4 years ago

Add search card postlund/search-card. This card also requires thomasloven/lovelace-card-tools.

Related: CCOSTAN/Home-AssistantConfig#754

Install assets

  1. Download search-card.js and card-tools.js.
  2. Copy it into config/www/ (create the cards, card-tools and search-card directories)
  3. Add a reference to /local/cards/search-card/search-card.js and /local/cards/card-tools/card-tools.js as a javascript module in the resources section of Lovelace dashboards.

Add search card

Add the card manually.

type: custom:search-card

image

Reference

jcallaghan commented 4 years ago

Is there a way to add new cards to the gallery that appears when adding cards? It would be great to see the search card, for example, available to make it easier to use.

image