secondaryinfo-entity-row icon indicating copy to clipboard operation
secondaryinfo-entity-row copied to clipboard

Custom entity row for HomeAssistant, providing additional types of data to be displayed in the secondary info area of the Lovelace Entities card

Results 19 secondaryinfo-entity-row issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/custom-cards/secondaryinfo-entity-row/assets/532299/a47117e8-6b6d-4766-bea4-d05ed744e3ab) ![image](https://github.com/custom-cards/secondaryinfo-entity-row/assets/532299/427e9cd0-68be-4c99-b0c9-ecdf711ec38b) ![image](https://github.com/custom-cards/secondaryinfo-entity-row/assets/532299/af4e4b8f-18da-4156-b668-b1b6da89f5f8) ![image](https://github.com/custom-cards/secondaryinfo-entity-row/assets/532299/52033a94-602e-47c8-aa1f-f0059c6ba051)

I only see the secondary info when logged in with an “administrator” user. I use a non-admin user with kiosk mode on my tablets and I do not see the...

Great card! Many thanks!! I have a question, which timezone is being used? I use GMT+1 (local time) but the time being displayed GMT+0:00 (so one hour too early). I...

Hello What I have to do in order useing of Jinja2 template? Old syntax is working. I'm admin (owner) of my HA.

See: https://github.com/home-assistant/core/issues/89047#issuecomment-1452526413 Had to remove the few `secondaryinfo-entity-row` entries rendering templates I had in Lovelace.

getting this error in Safari: ``` Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'this._wrappedElement.shadowRoot.querySelector') ``` and Chrome: ``` Uncaught (in promise) TypeError: Cannot read property 'querySelector' of...

Is it possible to change color according to numeric state like in the case of a battery voltage? If above 3.2 volt green, between 2.9 and 3.2 yellow. Below 2.9...

Since I've updated Home Assistant to 2022.12.1 the card entities with the regular secondaryinfo-entity-row says: "Custom element doesn't exist: hui-text-entity-row" and the entity is not shown and neither secondary info...

When using the jinja2 template, this card will request the template endpoint multiple times every second. ``` - entity: light.entrance_outdoor type: "custom:secondaryinfo-entity-row" secondary_info: "{{ 1 + 1 }}" ``` ![image](https://user-images.githubusercontent.com/812265/146159479-77c8a5ab-e012-4267-be1b-3cb643d57069.png)...