mirror of
https://github.com/home-assistant/core.git
synced 2026-08-19 12:48:57 +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