21 lines
556 B
YAML
21 lines
556 B
YAML
---
|
|
parts_of_the_day:
|
|
name: Parts of the day
|
|
options:
|
|
- 'Morning'
|
|
- 'Afternoon'
|
|
- 'Evening'
|
|
- 'Night'
|
|
icon: mdi:sun-clock-outline
|
|
|
|
# Parts of the Day
|
|
# ------------------------------------------
|
|
# Morning 5 am to 12 pm (noon)
|
|
# Early morning 5 am to 8 am
|
|
# Late morning 11 am to 12pm
|
|
# Afternoon 12 pm to 5 pm
|
|
# Early afternoon 1 pm to 3 pm
|
|
# Late afternoon 4 pm to 5 pm
|
|
# Evening 5 pm to 9 pm
|
|
# Early evening 5 pm to 7 pm
|
|
# Night 9 pm to 4 am |