mirror of
https://github.com/home-assistant/core.git
synced 2026-02-11 01:19:19 +01:00
* Cache serialize of manifest for loaded integrations The manifest/list and manifest/get websocket apis are called frequently when moving around in the UI. Since the manifest does not change we can make the the serialized version a cached property * reduce * reduce