Closed hmmbob closed 2 months ago
I think you need to import StaticPathConfig
from homeassistant.components.http import StaticPathConfig
I think you need to import StaticPathConfig
from homeassistant.components.http import StaticPathConfig
Yeah, great catch. Did that when testing locally, forgot to add it here. Many thanks!
Thanks. But I won't accept this because breaking previous versions. A lot of users continue to use 2023.
I had an idea and made it backward compatible. Dropped the hacs.json
change as well.
@AlexxIT, any chance this could be merged now that a backwards-compatible fix has been introduced? I tested the change locally on both a pre-2024.7 install as well as current release, 2024.8
I need to test this before accepting.
Thanks!
Fixes #722
Needs HA 2024.7+ (but the warning is only shown on 2024.7+ as well)Tested locally, works fine