Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make last uploaded video a clickable link #55

Closed
allenrobberson opened this issue May 28, 2022 · 5 comments
Closed

Make last uploaded video a clickable link #55

allenrobberson opened this issue May 28, 2022 · 5 comments

Comments

@allenrobberson
Copy link

Is your feature request related to a problem? Please describe.
NO

Describe the solution you'd like
I would like the last video uploaded link clickable, so when you click it in lovelace it will take you to the video

Describe alternatives you've considered
None

Additional context
I would like the link to be a highlighted and underlined link to the last available uploaded video to a channel.

@blackest
Copy link

you can have a notification message which performs like this you can probably modify the message e.g this automation action returns the url attribute as part of the message.
service: persistent_notification.create
data:
title: New Bearded Tinker Video
message: latest Video {{ state_attr('sensor.beardedtinker', 'url') }}

@pinkywafer
Copy link
Collaborator

How are you displaying the link? I believe this is a limitation of the card used. Depending on what card you use, it can be done in the card config. If you open the entity, and the attributes, the link is 'clickable'.

@allenrobberson
Copy link
Author

It was just displaying the link url text in the lovelace card. I can not show you at this time cause the YouTube intragrain is not working at this time.

@allenrobberson
Copy link
Author

maybe the link could be added to a card like this:

`title: Weblinks
path: Weblinks
icon: mdi:web
cards:

  • type: entities
    title: HomeAssistant
    show_header_toggle: false
    entities:

@pinkywafer
Copy link
Collaborator

Closing as beyond the scope of an integration - this is dependent on choice of front end component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants