Dean
Dean
I realised in my github actions that I had pinned my hugo version to `0.139.2` so I updated it to `latest` and delete `site/assets/images/`. Just pushing to my test branch...
I am encountering the same issue: `2025-04-01 08:53:20.469 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module with args ('tzdata.zoneinfo',) inside the event loop by custom integration 'ics_calendar' at custom_components/ics_calendar/parsers/parser_rie.py, line...
Implementing crowdsec I found the documentation wasn't clear, and one of the developers worked on an [example using go templating](https://github.com/crowdsecurity/crowdsec/issues/2923#issuecomment-2558511280) which now works great. I'm linking this here as an...
I've set my environment variables as follows: ``` NETGEAR_EXPORTER_URL=[router-url] NETGEAR_EXPORTER_USERNAME=[username] NETGEAR_EXPORTER_PASSWORD=[password] NETGEAR_EXPORTER_INSECURE=true NETGEAR_EXPORTER_TIMEOUT=4 NETGEAR_EXPORTER_CLIENT_DEBUG=true NETGEAR_EXPORTER_FILTER_COLLECTORS=Client,SystemInfo,Traffic NETGEAR_EXPORTER_METRICS_NAMESPACE=netgear NETGEAR_EXPORTER_WEB_LISTEN_ADDRESS=:9192 NETGEAR_EXPORTER_WEB_TELEMETRY_PATH=/metrics NETGEAR_EXPORTER_LOG_LEVEL=debug ``` I'm getting no log entries at the DEBUG level. Perhaps...
Had the same issue after a container update yesterday. Checked my `loki.yaml` file and tried again today - and the image had been updated. New version does not have the...
Same issue as #1718