mirror of
https://github.com/home-assistant/core.git
synced 2026-07-17 19:43:29 +01:00
e5861241c7
* Addded support for private storage. Include 'private' flag parameters to the Store class and save_json function. Updated various authentication and onboarding classes to use private stores. Fixed unit test for emulated_hue which used a mock patch on save_json(). * Fixed Hound formatting issues not detected by local linting.