You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #21 from GuvHas/claude/repo-access-check-84q1fh
Drop the coordinator's private copy of hass (P3-2)
DataUpdateCoordinator.__init__ already assigns self.hass, so `self._hass =
hass` left every coordinator carrying two names for one object. No behaviour
change; the underscore claimed an ownership this code does not have, and
views.py and config_flow.py already used self.hass.
The seven tests that reached the attribute were confirmed to exercise it by
making the source change first and watching all seven fail.
0 commit comments