thomasloven / lovelace-dummy-entity-row

🔹 An entity row with only icon and name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

Please check out template-entity-row instead.


dummy-entity-row

hacs_badge

An entity row that displays only an icon and the name of an entity. No controls.

Installation instructions

For installation instructions see this guide.

The recommended type of this plugin is: module.

resources:
  url: /local/dummy-entity-row.js
  type: module

Usage instructions

This is probably most useful as a header for fold-entity-row.

type: entities
entities:
  - type: custom:dummy-entity-row
    entity: light.bed_light
  - type: custom:dummy-entity-row
    entity: sun.sun
    icon: mdi:home-assistant
    name: Home Assistant
  - type: custom:dummy-entity-row
    entity: sun.sun
    icon: mdi:this-icon-does-not-exist
    name: No icon
  - type: custom:dummy-entity-row
    entity: sun.sun
    icon: mdi:home-assistant
    name: " "

dummy-entity-row


Buy Me A Coffee

About

🔹 An entity row with only icon and name

License:MIT License


Languages

Language:JavaScript 100.0%