Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jampez77/Multiline-Entity-Card
A custom entity card for Home Assistant that allows text to span multiple lines.
https://github.com/jampez77/Multiline-Entity-Card
automation custom-cards hacs hass hassio home-assistant homeassistant lovelace
Last synced: 5 days ago
JSON representation
A custom entity card for Home Assistant that allows text to span multiple lines.
- Host: GitHub
- URL: https://github.com/jampez77/Multiline-Entity-Card
- Owner: jampez77
- License: mit
- Created: 2021-03-25T14:48:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T12:37:06.000Z (3 months ago)
- Last Synced: 2024-08-01T16:02:44.384Z (3 months ago)
- Topics: automation, custom-cards, hacs, hass, hassio, home-assistant, homeassistant, lovelace
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiline Entity Card
A custom entity card modelled on the original Entity card for [Home Assistant](https://www.home-assistant.io/) that allows text to span multiple lines.
[![GitHub Release][releases-shield]][releases]
[![License][license-shield]](LICENSE.md)
![Project Maintenance][maintenance-shield]
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)Enjoying this? Help me out with a :beers: or :coffee:!
[![coffee](https://www.buymeacoffee.com/assets/img/custom_images/black_img.png)](https://www.buymeacoffee.com/whenitworks)
## Installation through [HACS](https://github.com/custom-components/hacs)
Use [HACS](https://github.com/custom-components/hacs) to install the **Multiline Entity Card** plugin.
## Configuration
```yaml
type: 'custom:multiline-entity-card'
```### Example:
```yaml
type: 'custom:multiline-entity-card'
name: "Master Bedroom"
entity: sensor.master_bedroom_reminders
attribute: next_reminder
show_icon: true
image: /local/image/file.png
show_name: true
unit_of_measurement: prefix / suffixtap_action:
action: more-info
#Optional entity_id to get more-info on another entity. Default is curent entity
data:
target:
entity_id: input_boolean.toggletap_action:
action: call-service
service: input_boolean.toggle
data: {}
target:
entity_id: input_boolean.test_toggletap_action:
action: navigate
navigation_path: /config```
[commits-shield]: https://img.shields.io/github/commit-activity/y/jampez77/multiline-entity-card.svg?style=for-the-badge
[commits]: https://github.com/jampez77/multiline-entity-card/commits/master
[license-shield]: https://img.shields.io/github/license/jampez77/multiline-entity-card.svg?style=for-the-badge
[maintenance-shield]: https://img.shields.io/badge/Maintainer-Jamie%20Nandhra--Pezone-blue
[releases-shield]: https://img.shields.io/github/release/jampez77/multiline-entity-card.svg?style=for-the-badge
[releases]: https://github.com/jampez77/multiline-entity-card/releases