mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Mark runtime-data quality as exempt in Splunk (#163359)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -48,9 +48,11 @@ rules:
|
||||
integration-owner: done
|
||||
reauthentication-flow: done
|
||||
runtime-data:
|
||||
status: todo
|
||||
status: exempt
|
||||
comment: |
|
||||
Replace hass.data[DATA_FILTER] storage with entry.runtime_data. Create typed ConfigEntry in const.py as 'type SplunkConfigEntry = ConfigEntry[EntityFilter]', update async_setup_entry signature to use SplunkConfigEntry, replace hass.data[DATA_FILTER] assignments with entry.runtime_data, and update all references including line 236 in __init__.py.
|
||||
Integration has no per-entry runtime state to store. The only data in
|
||||
hass.data is a YAML entity filter bridged from async_setup to
|
||||
async_setup_entry; no platforms or other code accesses it afterward.
|
||||
test-before-configure: done
|
||||
test-before-setup: done
|
||||
test-coverage: done
|
||||
|
||||
Reference in New Issue
Block a user