fix: Change the default value of the loyalty card 'private' field to true in the websocket handler.

This commit is contained in:
thekiwismarthome
2026-02-27 14:49:30 +13:00
parent 752f9e5622
commit d412764cba
@@ -1097,7 +1097,7 @@ async def websocket_get_loyalty_cards(
vol.Optional("logo", default=""): str,
vol.Optional("notes", default=""): str,
vol.Optional("color", default="#9fa8da"): str,
vol.Optional("private", default=False): bool,
vol.Optional("private", default=True): bool,
})
@websocket_api.async_response
async def websocket_add_loyalty_card(