homeassistant-elasticsearch icon indicating copy to clipboard operation
homeassistant-elasticsearch copied to clipboard

Meet requirements for Platinum-level Integrations

Open strawgate opened this issue 1 year ago • 1 comments
trafficstars

  • [ ] Verify we meet all component requirements https://developers.home-assistant.io/docs/creating_component_code_review/
  • [ ] Verify we meet all Silver requirements https://developers.home-assistant.io/docs/integration_quality_scale_index/
  • [ ] Verify we meet all Gold requirements https://developers.home-assistant.io/docs/integration_quality_scale_index/
  • [ ] Verify we meet all Platinum requirements https://developers.home-assistant.io/docs/integration_quality_scale_index/

strawgate avatar Apr 22 '24 15:04 strawgate

I self-certified Gold in https://github.com/legrego/homeassistant-elasticsearch/pull/199, but it looks like the requirements have changed even since then.

Full test coverage for the config flow

I don't know of "full" means 100% code coverage, or if there's a different definition here.

When communicating with a device or service, the integration implements the diagnostics platform which redacts sensitive information.

This one is new to me, and will need a bit more research.

legrego avatar Apr 23 '24 11:04 legrego