https://github.com/thomasloven/lovelace-more-info-card
🔹 Display the more-info dialog of any entity as a lovelace card
https://github.com/thomasloven/lovelace-more-info-card
Last synced: 3 days ago
JSON representation
🔹 Display the more-info dialog of any entity as a lovelace card
- Host: GitHub
- URL: https://github.com/thomasloven/lovelace-more-info-card
- Owner: thomasloven
- License: mit
- Created: 2019-04-10T07:42:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T05:20:38.000Z (over 1 year ago)
- Last Synced: 2025-04-05T08:05:03.903Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 173
- Watchers: 10
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
more-info-card
==============[](https://github.com/custom-components/hacs)
Display the more-info dialog of any entity as a lovelace card.

For installation instructions [see this guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).
## Usage
```yaml
type: custom:more-info-card
entity:
title:
```## Options
- `` **Required** The entity id to display.
- `` Card title.## Example
```
type: custom:more-info-card
entity: vacuum.xiaomi_vacuum_cleaner
title: Vacuum cleaner
```