Hi together,
I would like to display the menu from the university in Home Assistant. For this I use “MultiScrape”. I managed to read the HTML string correctly. However, I would like to read only the inner text. Can someone help me?
- resource: https://www.stw-bremen.de/de/mensa/uni-mensa
scan_interval: 28800
sensor:
- unique_id: Mensa_1
select: "td.field.field-name-field-description"
I have tried with “td.field.field-name-field-description.innerText” but it´s not correct. Any idea?
Thanks a lot!