Interval configuration changed after release 2022.11.0

Hello,

After the release of 2022.11.0 my interval as described in my configuration.ymal changed.

This my code in my configuration.ymal

  - platform: scrape
    resource: "https://oilprice.com/oil-price-charts/"
    name: Brent Oil
    select: '#pagecontent > div.siteContainer.oilprices > div.oilprices__centercolumn > table:nth-child(1) > tbody.row_holder > tr:nth-child(2) > td.last_price'
    unit_of_measurement: "$/bbl"
    scan_interval: 3600

The result should be an update every hour which it did. But now it changes every 600 seconds (10 minutes) after the release 2022.11.0. update.

Somebody knows how can I solve this issue?

Thank you in advance

No - but you tagged this with the ESPHome tag - does this have anything to do with ESPHome?

Create a post in the Blog thread - it will get spotted there and is likely also to get seen by people with the same issue:

Thanks anyway