Skip to content

Commit 6a7a118

Browse files
author
Tom Lasswell
committed
chore(sprint-3): S3-011 update quality_scale.yaml comments to reflect S3-001 + S3-003
1 parent 32d0e68 commit 6a7a118

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/govee/quality_scale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ rules:
6969
comment: UpdateFailed exception logged when API fails
7070
parallel-updates:
7171
status: done
72-
comment: DEFAULT_PARALLEL_UPDATES set per platform
72+
comment: PARALLEL_UPDATES = 0 in all 11 platform modules (light, switch, select, sensor, button, fan, humidifier, binary_sensor, number, segment, grouped_segment) — coordinator-pushed updates are unbounded
7373
reauthentication-flow:
7474
status: done
7575
comment: Reauth flow implemented for expired API keys
@@ -151,7 +151,7 @@ rules:
151151
comment: All dependencies (aiohttp, aiomqtt) are async-native
152152
inject-websession:
153153
status: done
154-
comment: Uses async_get_clientsession from homeassistant.helpers.aiohttp_client
154+
comment: GoveeApiClient and GoveeAuthClient accept hass=hass; both call async_get_clientsession(hass) when no explicit session is passed (api/client.py, api/auth.py)
155155
strict-typing:
156156
status: done
157157
comment: Type hints throughout codebase

0 commit comments

Comments
 (0)