Cellivar

Results 26 comments of Cellivar

Some additional food for thought on forcing a pull. My company is dealing with some regulatory and security requirements around ensuring our software is patched. Part of this includes _ensuring_...

Observed similar just now. The `host_metrics` source has no other config settings. ```text Jul 27 04:35:19 stargazer vector[41971]: 2025-07-27T03:35:19.686254Z ERROR source{component_kind="source" component_id=host component_type=host_metrics}: vector::internal_events::host_metrics: Failed to load tcp connection info....

I was able to work around this by moving the y-axis config into the `apex_charts` [section.](https://apexcharts.com/docs/options/yaxis/). ![image](https://github.com/user-attachments/assets/664a4108-c589-456d-a5bc-6bc754fe30f3) Click here to expand the config ```yaml type: custom:apexcharts-card apex_config: yaxis: - show:...

Skimming through the code it looks like the port for the webhook could be made configurable? https://github.com/home-assistant/core/blob/3fbc026d5a3dbee78778ed42548a0c2d9c0d026c/homeassistant/components/ecowitt/config_flow.py#L46 My GW1000 seems to support adding different ports, just not using HTTPS over...

👋🏻 Howdy! I'm experiencing similar behavior where after using the app heavily for a few minutes I start seeing connection pool errors in the logs. Same message as the first...

Hi @samcoe thanks for the update! When you say a platform feature what do you envision is the interaction mechanism? Currently the GraphQL supports [a limited way to get reviewers...