mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
* 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.