Timey
Use text variables in time flow cards with a 24-hour format: ‘H:mm’, ‘H.decimal’ or ‘H’
00:00 is the earliest, 23:59 is the latest.
Current version
- Stable: 1.4.1
- Test:
Why a own app for time flow cards?
I wanted to set the time in one place and have it reflect in all my flows. The built in time flow cards does not support to set the time through variables, and the alarms did not have all the flow cards I needed. So I made a app which behaves like the built in time flow cards, just with the option to set the time with text variables. Maybe you’ll find it useful too?
Tip: Add the time to the variable name to make it more readable in the flows.
![]()

You can of course also use a normal text input directly as a timestamp.

Formats
Three formats are accepted
H:mm
- Hours and minutes separated by colon :
- Optional leading zero for hours
- Requires two numbers after separator
H.decimal
- Hours and decimal separated by period .
- Optional leading zero for hours
- Optional amount of numbers after separator
H
- Only accepts whole numbers between 0-23
| Valid | Invalid |
|---|---|
| 09:30 | 09:3 |
| 9:30 | 9:3 |
| 09.50 | 24:00 |
| 9.50 | 24.0 |
| 09.5 | 24 |
| 9 |
Expressions
You can use expressions to set the timestamp. You have two options, BLL or Homeys built in logic, but the result of the expressions needs to match the valid timestamps as mentioned above.
Better Logic Library
You need to first have the Better Logic Library (BLL) installed: Homey App Store
Then wrap your expressions with brackets like this: {[ expression ]} and the result must match one of the valid formats mentioned above
Read more about BLL here: Community Topic
Homeys built in logic
Use Homeys built in expression brackets: {{ expression }} and the result must match one of the valid formats mentioned above
Changelog 
1.4.1
Bugfix
- Fixed issue where decimal to timestamp would sometimes be incorrect
1.4.0
Feature
- Added time1 is earlier/later than time2 flow cards
Bugfix
- Fixed wording in existing earlier/later flow cards
1.3.0
- Added support for BetterLogicLibrary
1.2.0
- Added support for ‘H’ format
1.1.1
- Bugfixes
1.1.0
- Added support for ‘H.decimal’ format
1.0.1
- Updated description
1.0.0
- Initial release
Issues and bugs 
Bugs should be reported here
Donations 
If you like this app, please consider donating through paypal
