mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
Fix typos and grammar
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
"on": "Aan",
|
"on": "Aan",
|
||||||
"open": "Open",
|
"open": "Open",
|
||||||
"unavailable": "Onbeschikbaar",
|
"unavailable": "Onbeschikbaar",
|
||||||
"unclosed": "Ongesloten",
|
"unclosed": "Niet Gesloten",
|
||||||
"undisclosed": "Overige",
|
"undisclosed": "Overige",
|
||||||
"unknown": "Onbekend"
|
"unknown": "Onbekend"
|
||||||
},
|
},
|
||||||
|
@@ -189,21 +189,7 @@ export type SpacerChipConfig = {
|
|||||||
type: 'spacer';
|
type: 'spacer';
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/** Lovelace Chip Config */
|
||||||
* 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
|
|
||||||
*/
|
|
||||||
export type LovelaceChipConfig =
|
export type LovelaceChipConfig =
|
||||||
| ActionChipConfig
|
| ActionChipConfig
|
||||||
| AlarmControlPanelChipConfig
|
| AlarmControlPanelChipConfig
|
||||||
|
Reference in New Issue
Block a user