HI Thomas,
using this auto-entities card:
- type: custom:auto-entities
card:
type: entities
title: Github repos
show_header_toggle: false
entities:
- entity: automation.github_repo_update
secondary_info: last-triggered
filter:
include:
- entity_id: sensor.github*
options:
type: custom:dummy-entity-row
# state: >
# {% if state_attr(config.entity,'latest_release_url') %}
# {{ state_attr(config.entity,'latest_release_url').split('tag/')[1]}}
# {% else %} Not set
# {% endif %}
# secondary: >
# {{ state_attr(config.entity,'latest_commit_message')}}
# secondary: "{{ as_timestamp(states[config.entity].last_changed)| timestamp_custom('%X - %D') }}"
sort:
method: name
stopped working altogether now, because of this error, which is logged
2020-02-12 09:56:10 ERROR (SyncWorker_7) [homeassistant.components.github.sensor] GitHub error for custom-cards/vertical-stack-in-card: 401 {'message': 'Bad credentials', 'documentation_url': 'https://developer.github.com/v3'}
2020-02-12 09:56:10 ERROR (SyncWorker_7) [homeassistant.components.github.sensor] Error setting up GitHub platform. Check previous errors for details
How could HA think this is a vertical-stack-in-cardā¦?
Donāt understand the Github credentials error either, and I have even refreshed the token. But thatās maybe another matter. Turning to you here for the ācardā issue reported.