mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* Initial commit prototype with empty inverters * Use modern methods and global variable for character strings * Platform that get the value of the meter in an entity * Add check if inverter already configured * Add tests for config_flow * Update "imeon_inverter_api" in manifest.json * Update "imeon_inverter_api" in requirements_all.txt * Remove async_setup, clean comments, use of const PLATFORM * Use of global variable and remove configuration of device name * Use of entry.data instead of user_input variable * Remove services.yaml * No quality scale * Use of common string * Add sensors, use of EntityDescription and '_attr_device_info' * Remove name from config_flow tests * Use sentence case and change integration from hub to device * Check connection before add platform in config_flow * Use of _async_setup and minor changes * Improve sensor description * Add quality_scale.yaml * Update the quality_scale.json * Add tests for host invalid, route invalid, exception and invalid auth * Type more precisely 'DataUpdateCoordinator' * Don't use 'self.data' directly in coordinator and minor corrections * Complete full quality_scale.yaml * Use of fixtures in the tests * Add snapshot tests for sensors * Refactor the try except and use serial as unique id * Change API version * Add test for sensor * Mock the api to generate the snapshot * New type for async_add_entries * Except timeout error for get_serial * Add test for get_serial timeout error * Move store data out of the try * Use sentence case * Use of fixtures * Use separates fixtures * Mock the api * Put sensors fake data in json fixture file * Use of a const interval, remove except timeout, enhance lisibility * Try to use same fixture in test_config_flow * Try use same fixture for all mock of inverter * Modify the fixture in the context manager, correct the tests * Fixture return mock.__aenter__ directly * Adjust code clarity * Bring all tests to either ABORT or CREATE_ENTRY * Make the try except more concise * Synthetize exception tests into one * Add code clarity * Nitpick with the tests * Use unique id sensor * Log an error on unknown error * Remove useless comments, disable always_update and better use of timeout * Adjust units, set the model and software version * Set full name for Battery SOC and use ip instead of url * Use of host instead of IP * Fix the unit of economy factor * Reduce mornitoring data display precision and update snapshots * Remove unused variable HUBs * Fix device info * Set address label 'Host or IP' * Fix the config_flow tests * Re evaluate the quality_scale * Use of 'host' instead of 'address' * Make inverter discoverable by ssdp * Add test ssdp configuration already exist * Add exemption in quality scale * Test abort ssdp if serial is unknown * Handle update error * Raise other exceptions * Handle ClientError and ValueError from the api * Update homeassistant/components/imeon_inverter/quality_scale.yaml --------- Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
72 lines
1.9 KiB
YAML
72 lines
1.9 KiB
YAML
rules:
|
|
# Bronze
|
|
config-flow: done
|
|
test-before-configure: done
|
|
unique-config-entry: done
|
|
config-flow-test-coverage: done
|
|
runtime-data: done
|
|
test-before-setup: done
|
|
appropriate-polling: done
|
|
entity-unique-id: done
|
|
has-entity-name: done
|
|
entity-event-setup:
|
|
status: exempt
|
|
comment: This integration doesn't have sensors that subscribe to events.
|
|
dependency-transparency: done
|
|
action-setup:
|
|
status: exempt
|
|
comment: This integration does not have any service for now.
|
|
common-modules: done
|
|
docs-high-level-description: done
|
|
docs-installation-instructions: done
|
|
docs-removal-instructions: done
|
|
docs-actions:
|
|
status: exempt
|
|
comment: This integration does not have any service for now.
|
|
brands: done
|
|
# Silver
|
|
action-exceptions:
|
|
status: exempt
|
|
comment: This integration does not have any service for now.
|
|
config-entry-unloading: todo
|
|
docs-configuration-parameters: todo
|
|
docs-installation-parameters: todo
|
|
entity-unavailable: todo
|
|
integration-owner: done
|
|
log-when-unavailable: todo
|
|
parallel-updates: todo
|
|
reauthentication-flow: todo
|
|
test-coverage: done
|
|
# Gold
|
|
devices: done
|
|
diagnostics: todo
|
|
discovery-update-info: done
|
|
discovery: done
|
|
docs-data-update: todo
|
|
docs-examples: todo
|
|
docs-known-limitations: todo
|
|
docs-supported-devices: todo
|
|
docs-supported-functions: todo
|
|
docs-troubleshooting: todo
|
|
docs-use-cases: todo
|
|
dynamic-devices:
|
|
status: exempt
|
|
comment: Device type integration.
|
|
entity-category: done
|
|
entity-device-class: done
|
|
entity-disabled-by-default: todo
|
|
entity-translations: done
|
|
exception-translations: todo
|
|
icon-translations: done
|
|
reconfiguration-flow: todo
|
|
repair-issues:
|
|
status: exempt
|
|
comment: Currently no issues.
|
|
stale-devices:
|
|
status: exempt
|
|
comment: Device type integration.
|
|
# Platinum
|
|
async-dependency: todo
|
|
inject-websession: todo
|
|
strict-typing: todo
|