mirror of
https://github.com/home-assistant/iOS.git
synced 2026-06-18 02:46:38 -05:00
## Summary - Moves a few uses of `states` in the REST API into the WebSocket API. - Zones and Scenes now update instantly as we're updated via the WebSocket subscription. ## Any other notes - Moves the account row in Settings to be fully self-contained on user and avatar lookup, both through the same WebSocket API call for finding out what to show. - Moves zone fetching's `get_zones` WebHook call into the WebSocket API cache for `get_states`. - Moves scene's fetching `get_states` into the same WebSocket API cache. - Moves Camera ID intents lookup.