mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Use deepmerge for options (#3162)
* Use deepmerge for options * fix issue * Update supervisor/addons/addon.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Add tests * Fix merge schema * Make save for overwrites * drop community * more cleanup * Fix tests * Fix lists * revert strategy * protect overwritten lists * Update tests/api/test_store.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
TEST_INTERFACE = "eth0"
|
||||
TEST_INTERFACE_WLAN = "wlan0"
|
||||
TEST_WS_URL = "ws://test.org:3000"
|
||||
|
||||
TEST_ADDON_SLUG = "local_ssh"
|
||||
|
||||
Reference in New Issue
Block a user