Skip to content

Commit

Permalink
Release 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MizterB committed Apr 17, 2021
1 parent 9f16173 commit e9e9f5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -3,8 +3,8 @@ secondaryinfo-entity-row
Custom entity row for [Home Assistant](https://home-assistant.io), providing additional types of data to be displayed in the secondary info sections of the Lovelace Entities card.

## Prerequisites
- Home Assistant >= 0.88 (last tested against 0.104.3)
- Thomas Lovén’s [card-tools.js](https://github.com/thomasloven/lovelace-card-tools) >= 2.0 (tested against 2.0, *49f34cd*)
- Home Assistant >= 0.88 (last tested against 2021.4.4)
- Thomas Lovén’s [card-tools.js](https://github.com/thomasloven/lovelace-card-tools) >= 2.0 (tested against 11)

## Installation Instructions
This card is available as a plugin in the default community store of [HACS](https://hacs.xyz)
Expand Down Expand Up @@ -104,11 +104,14 @@ entities:
- entity: sun.sun
name: Jinja2 template
type: "custom:secondaryinfo-entity-row"
secondary_info: "Next Dawn {{ state_attr('{entity}', 'next_dawn') }}"
secondary_info: "Next Dawn: {{ state_attr('sun.sun', 'next_dawn') }}"
```
<img alt="example" src="https://user-images.githubusercontent.com/5458030/54823057-0a5cfd00-4c7d-11e9-9251-b539eb423c0d.png" width="400">

## Changelog
*0.5*
- Jinja2 templates support from card-tools

*0.4.1*
- Updated HACS support files and documentation

Expand Down
2 changes: 1 addition & 1 deletion custom_cards.json
@@ -1,7 +1,7 @@
{
"secondaryinfo-entity-row": {
"updated_at": "2021-04-17",
"version": "0.4.1",
"version": "0.5",
"remote_location": "https://raw.githubusercontent.com/custom-cards/secondaryinfo-entity-row/master/secondaryinfo-entity-row.js",
"visit_repo": "https://github.com/custom-cards/secondaryinfo-entity-row",
"changelog": "https://github.com/custom-cards/secondaryinfo-entity-row#changelog"
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
@@ -1,5 +1,5 @@
{
"name": "secondaryinfo-entity-row",
"name": "Secondaryinfo Entity Row",
"content_in_root": true,
"filename": "secondaryinfo-entity-row.js",
"render_readme": true,
Expand Down

0 comments on commit e9e9f5e

Please sign in to comment.