Eric Severance
Eric Severance
## Proposed change Add Overflow menu for configuring allow_internet/allow_methods options on webhook triggers. These options are being added in https://github.com/home-assistant/core/pull/66494. ## Type of change - [ ] Dependency upgrade -...
## Proposed change Describe the two webhook trigger options added in https://github.com/home-assistant/core/pull/66494 adds two options (_allowed_methods_ & _local_only_). ## Type of change - [ ] Spelling, grammar or other readability...
**What this PR does / why we need it**: The geoip parsing stage currently only populates the labelset with fields. This makes it difficult to use as fields like `geoip_location_latitude`/`geoip_location_longitude`...
112a0337c410a60ca2df926a97eae7eebb4a9bc0 removed the http `request` object from the async http endpoint callback signature. In my use-case, the `request` object is needed to access the client IP address. The `request` object...
Hi @wuub, Would you be interested in some assistance with maintaining the rxv project? I'm happy to help in any way that I can.
Check that a connection can be established with a MQTT server before accepting a configuration change. This is a follow-on to #6066.
This PR is not intended to have any functional changes, it is only meant to document/clarify how the nonce value is computed for #5543. I've looked as far back as...