From b274593c1b42b063ac1b67fcf751bfe7c021f623 Mon Sep 17 00:00:00 2001 From: Viet Ngoc Date: Fri, 16 Aug 2024 02:09:51 +0200 Subject: [PATCH] feat: Update 'use_system' to 'use_default' in Lunar Phase Card config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a91779..6a7b085 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ https://github.com/ngocjohn/lunar-phase-card | ------------------- | ------- | ----------- | --------------------------------------------------------------------- | | `type` | string | Required | The type of the card. For this card, use `custom:lunar-phase-card`. | | `entity` | string | Optional | The entity_id from Lunar Phase custom component `sensor.*_moon_phase` | -| `use_system` | boolean | Optional | Whether to use default settings. Defaults to `true`. | +| `use_default` | boolean | Optional | Whether to use default settings. Defaults to `true`. | | `use_entity` | boolean | Optional | Whether to use entity settings. Defaults to `false`. | | `use_custom` | boolean | Optional | Whether to use custom settings. Defaults to `false`. | | `show_background` | boolean | Optional | Whether to show the background image. Defaults to `false`. |