Home

Awesome

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


<a href="https://www.buymeacoffee.com/uqD6KHCdJ" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>