Larry Gregory
Larry Gregory
@cvanallen99, a few questions: 1. which version of this integration are you using? 2. Did the username/password credentials have the same set of privileges as your API Key, or a...
I like this idea. If only we had a unified knowledge base to plug into, then we wouldn't have to decide which of the soon-to-be 3 assistants to target 😛...
Fixed in `v2.0.1`
Thanks for raising this, @mike12806. It looks like there is an incompatibility with the bersion of the ES Client we're using in the `0.7.x` line of this component. @sorenlouv discovered...
My guess is that we failed to serialize the custom `CameraEntityFeature` value: ``` 'supported_features': ``` I would have expected this to get caught by [`filter_attribute`](https://github.com/legrego/homeassistant-elasticsearch/blob/32b7c4481b5095aba93afb9657b70897e4260917/custom_components/elasticsearch/es_publish_pipeline.py#L708), but perhaps there's something attempting...
^ I'm not entirely convinced of this anymore. I believe there's something incompatible within the attribute list provided by this integration (https://github.com/Tasshack/dreame-vacuum) that our filtering doesn't account for, but I...
@dependabot rebase
Thanks for raising this - I'm in favor of this change
Yeah, this was one motivation for originally enriching during the publish phase. What do you propose when we hit the max size? The options that immediately come to my mind...
@strawgate I'd prefer if we handle this in its own PR