Fix typos and grammar

This commit is contained in:
DigiLive
2025-04-27 12:15:04 +02:00
parent 395e5346df
commit 4c484ea6c3
2 changed files with 2 additions and 16 deletions

View File

@@ -30,7 +30,7 @@
"on": "Aan",
"open": "Open",
"unavailable": "Onbeschikbaar",
"unclosed": "Ongesloten",
"unclosed": "Niet Gesloten",
"undisclosed": "Overige",
"unknown": "Onbekend"
},

View File

@@ -189,21 +189,7 @@ export type SpacerChipConfig = {
type: 'spacer';
};
/**
* Lovelace Chip Config
*
* A Lovelace chip configuration can be one of the following types:
* - Action chip configuration
* - Alarm control panel chip configuration
* - Back chip configuration
* - Entity chip configuration
* - Menu chip configuration
* - Weather chip configuration
* - Template chip configuration
* - Conditional chip configuration
* - Light chip configuration
* - Spacer chip configuration
*/
/** Lovelace Chip Config */
export type LovelaceChipConfig =
| ActionChipConfig
| AlarmControlPanelChipConfig