42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
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).
|
|
|
|
Install `more-info-card.js` as a `module`.
|
|
|
|
```yaml
|
|
resources:
|
|
- url: /local/more-info-card.js
|
|
type: module
|
|
```
|
|
|
|
## Usage
|
|
```yaml
|
|
type: custom:more-info-card
|
|
entity: <entity_id>
|
|
title: <title>
|
|
```
|
|
|
|
## Options
|
|
- `<entity_id>` **Required** The entity id 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>
|