♻️ Drop unused site from coordinator topology tuples #49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/drop-site-tuples"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pure, behavior-preserving refactor.
coordinator.sensor_devices/switch_devicesstored(site, device)tuples, but every consumer discarded the site (for _site, device in ...). They now hold plain device dicts. Touchescoordinator.py,sensor.py,switch.py,__init__.py.⚠️ Overlaps with #48 in
_fetch_all(both edit the switch-append branch). Whichever of #48 / this PR merges second needs a trivial rebase (one 2-line hunk).