/lovelace-blank-card

Lovelace Blank Card for HA

Primary LanguageJavaScriptMIT LicenseMIT

blank-card

HA Lovelace Blank Card

This card has been created for use in conjunction with state-switch, allowing the option of showing nothing.

gh_release gh_last_commit hacs_custom

Example

type: 'custom:state-switch'
entity: input_boolean.test
states:
  'on':
    type: entities
    title: Lights
    entities:
      - light.kitchen
  'off':
    type: 'custom:blank-card'

Setup

Install using HACS using the following custom plugin repository https://github.com/jeremywillans/lovelace-blank-card

resources:
  - type: module
    url: /community_plugin/lovelace-blank-card/blank-card.js

OR

Manually add [blank-card.js] to your <config>/www/ folder and add the following to your ui-lovelace.yaml file:

resources:
  - type: module
    url: /local/blank-card.js  

Support

In case you've found a bug, please open an issue on GitHub.

My Repos

ha-rest980-roomba | roomba-vacuum-card | hass-addons | event-emitter

BMC