-
Notifications
You must be signed in to change notification settings - Fork 15
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
SUGGESTION: Name Value #26
Comments
This is already possible! Make sure you set the name under the type: custom:timer-bar-card
name: Card title
entities:
- entity: timer.alarm_two
name: Entity name |
ahh ok.. so i had it slightly like that.. but not under entity...
next question:
modifications:
- greater_than: 90
is that in % or in time value?
…On Tue, 12 Oct 2021 at 16:09, rianadon ***@***.***> wrote:
This is already possible!
Make sure you set the name under the entities array so that it is
specific for that particular row, like so!
type: custom:timer-bar-cardname: Card titleentities:
- entity: timer.alarm_two
name: Entity name
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5UBEHZBOUGTZ4PB57KMBTUGPC25ANCNFSM5FZTRZSA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
It's in percent. Making this based on time is an open issue (#21). |
I'm closing this since the problem seems to be resolved, but please reopen if I am incorrect! Make sure to update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it at all possible to add a variable to change the name of the timer? can change everything else.. if you change name: it changes the title.. but I want to be able to change the timer name itself... not to just have it disappear or be very long as the entity names it
The text was updated successfully, but these errors were encountered: