Skip to content

Commit

Permalink
feat: Update 'use_system' to 'use_default' in Lunar Phase Card config
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Aug 16, 2024
1 parent c421db1 commit b274593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. |
Expand Down

0 comments on commit b274593

Please sign in to comment.