Here a way inside the configuration.yaml to get snow information from Tourmalet (Pyrennees-France):
- platform: scrape
resource: https://www.n-py.com/fr/grand-tourmalet/enneigement
name: GrandTourmaletSnowSummit
select: 'span[title="Hauteur (Sommet)"]'
index: 0
scan_interval: 3600
- platform: scrape
resource: https://www.n-py.com/fr/grand-tourmalet/enneigement
name: GrandTourmaletSnowResort
select: 'span[title="Hauteur (Station)"]'
index: 0
scan_interval: 3600
- platform: scrape
resource: https://www.n-py.com/fr/grand-tourmalet/enneigement
name: GrandTourmaletSnowTrack
select: 'span[title="Pistes"]'
index: 0
scan_interval: 3600
- platform: scrape
resource: https://www.n-py.com/fr/grand-tourmalet/enneigement
name: GrandTourmaletSnowLift
select: 'span[title="Remontées"]'
index: 0
scan_interval: 3600