scrape:
- resource: https://www.der-mond.de/
sensor:
- name: "Beleuchtungsgrad"
unique_id: mond.beleuchtungsgrad
icon: "mdi:lightbulb-night-outline"
select: ".table > tbody:nth-child(1) > tr:nth-child(8) > td:nth-child(2)"
- name: "Mondaufgang"
unique_id: mond.mondaufgang
icon: "mdi:arrow-up-circle-outline"
select: ".table > tbody:nth-child(1) > tr:nth-child(9) > td:nth-child(2)"
- name: "Monduntergang"
unique_id: mond.monduntergang
icon: "mdi:arrow-down-circle-outline"
select: ".table > tbody:nth-child(1) > tr:nth-child(10) > td:nth-child(2)"
- name: "Mondalter"
unique_id: mond.mondalter
icon: "mdi:calendar-clock-outline"
select: ".table > tbody:nth-child(1) > tr:nth-child(7) > td:nth-child(2)"
- name: "Kommende Mondphase"
unique_id: mond.kommende.mondphase
icon: "mdi:moon-waxing-crescent"
select: ".table > tbody:nth-child(1) > tr:nth-child(11) > td:nth-child(2)"
- name: "Mondphase heute"
unique_id: mond.mondphase.heute
icon: "mdi:moon-waning-crescent"
select: ".table > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2)"
- name: "Astronomisches Sternbild"
unique_id: mond.astronomisches.sternbild
icon: "mdi:weather-night"
select: ".table > tbody:nth-child(1) > tr:nth-child(5) > td:nth-child(2)"
- name: "Astrologisches Sternbild"
unique_id: mond.astrologisches.sternbild
icon: "mdi:star-crescent"
select: ".table > tbody:nth-child(1) > tr:nth-child(6) > td:nth-child(2)"