-
Hello , can someone help , I want create timer bar card but duration will be from input number helper. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey! This the configuration you can use to set the timer bar card duration from an input number: type: custom:timer-bar-card
name: Timer
entities:
- switch.my_switch
duration:
entity: input_number.slider
units: minutes Since you mentioned script, here's how to create an automation with a delay from the input_number |
Beta Was this translation helpful? Give feedback.
-
Awesome👍, thank you, no script needed. |
Beta Was this translation helpful? Give feedback.
Hey! This the configuration you can use to set the timer bar card duration from an input number:
Since you mentioned script, here's how to create an automation with a delay from the input_number