Files
2026-07-22 15:53:57 +02:00

36 lines
863 B
JSON

{
"conditions": {
"is_phase": {
"condition": "mdi:moon-full"
},
"is_waning": {
"condition": "mdi:moon-waning-crescent"
},
"is_waxing": {
"condition": "mdi:moon-waxing-crescent"
}
},
"entity": {
"sensor": {
"phase": {
"default": "mdi:weather-night",
"state": {
"first_quarter": "mdi:moon-first-quarter",
"full_moon": "mdi:moon-full",
"last_quarter": "mdi:moon-last-quarter",
"new_moon": "mdi:moon-new",
"waning_crescent": "mdi:moon-waning-crescent",
"waning_gibbous": "mdi:moon-waning-gibbous",
"waxing_crescent": "mdi:moon-waxing-crescent",
"waxing_gibbous": "mdi:moon-waxing-gibbous"
}
}
}
},
"triggers": {
"phase_changed": {
"trigger": "mdi:moon-waning-crescent"
}
}
}