Skip to content

mdezzi/lovelace-dummy-entity-row

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%