forked from DigiLive/mushroom-strategy
Fix typos and grammar
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"on": "Aan",
|
||||
"open": "Open",
|
||||
"unavailable": "Onbeschikbaar",
|
||||
"unclosed": "Ongesloten",
|
||||
"unclosed": "Niet Gesloten",
|
||||
"undisclosed": "Overige",
|
||||
"unknown": "Onbekend"
|
||||
},
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user