mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
19 lines
384 B
YAML
19 lines
384 B
YAML
is_phase:
|
|
fields:
|
|
phase:
|
|
required: true
|
|
selector:
|
|
select:
|
|
translation_key: phase
|
|
options:
|
|
- new_moon
|
|
- waxing_crescent
|
|
- first_quarter
|
|
- waxing_gibbous
|
|
- full_moon
|
|
- waning_gibbous
|
|
- last_quarter
|
|
- waning_crescent
|
|
is_waxing: {}
|
|
is_waning: {}
|