Last active
February 15, 2025 22:34
-
-
Save wjhrdy/1bd32a81283bde4dbe98bd00fcc3b336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| schedule: | |
| - day: Thursday | |
| open: "4:00 PM" | |
| close: "8:00 PM" | |
| - day: Friday | |
| open: "11:00 AM" | |
| close: "6:00 PM" | |
| - day: Saturday | |
| open: "11:00 AM" | |
| close: "6:00 PM" | |
| - day: Sunday | |
| open: "11:00 AM" | |
| close: "3:00 PM" | |
| display: | |
| off_hours_message: "Feature Flora is currently closed. See you during business hours!" | |
| schedule_interval: 60 # Show schedule every 60 seconds | |
| schedule_duration: 10 # Show schedule for 10 seconds | |
| schedule_header: Operating Hours | |
| schedule_time_format: "{open} - {close}" # Format for displaying time ranges | |
| remote: | |
| enabled: true # Set to true to enable remote config | |
| url: "https://gist.github.com/featureflora/86396452dc5941b6d533ae9011e78882" # Static Gist URL | |
| update_interval: 3600 # Update interval in seconds (default: 1 hour) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment