52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
more-info-card
|
|
==============
|
|
|
|
Display the more-info dialog of any entity as a lovelace card.
|
|
|
|

|
|
|
|
# Installation instructions
|
|
|
|
This card requires [card-tools](https://github.com/thomasloven/lovelace-card-tools) to be installed.
|
|
|
|
For installation instructions [see this guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).
|
|
|
|
The recommended type of this plugin is: `js`
|
|
|
|
### If you are using [custom\_updater](https://github.com/custom-components/custom_updater):
|
|
```yaml
|
|
resources:
|
|
- url: /customcards/github/thomasloven/card-tools.js
|
|
type: js
|
|
- url: /customcards/github/thomasloven/more-info-card.js
|
|
type: js
|
|
```
|
|
|
|
# Usage instructions
|
|
|
|
```yaml
|
|
type: custom:more-info-card
|
|
entity: <entity_id>
|
|
title: <title>
|
|
```
|
|
|
|
### `<entity_id>`
|
|
The entity to display
|
|
|
|
### `<title>`
|
|
Card title
|
|
|
|
|
|
## Example
|
|
|
|
```
|
|
type: custom:more-info-card
|
|
entity: vacuum.xiaomi_vacuum_cleaner
|
|
title: Vacuum cleaner
|
|
```
|
|
|
|

|
|
|
|
---
|
|
<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>
|