+
+
-
-
@@ -129,13 +144,21 @@ export class HuiSensorCardEditor extends LitElement
`;
}
diff --git a/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts
index 6502054af9..99df6a8a03 100644
--- a/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts
+++ b/src/panels/lovelace/editor/config-elements/hui-weather-forecast-card-editor.ts
@@ -50,22 +50,29 @@ export class HuiWeatherForecastCardEditor extends LitElement
return html`
${configElementStyle}
`;
}
diff --git a/src/translations/en.json b/src/translations/en.json
index afbce58459..6a7a7a9fa2 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -1130,19 +1130,63 @@
"migrate": "Migrate config"
},
"card": {
- "required": "Required",
- "optional": "Optional",
- "aspect_ratio": "Aspect Ratio",
- "camera_image": "Camera Entity",
- "camera_view": "Camera View",
- "entity": "Entity",
- "hold_action": "Hold Action",
- "image": "Image Path",
- "name": "Name",
- "show_name": "Show Name?",
- "show_state": "Show State?",
- "tap_action": "Tap Action",
- "theme": "Theme"
+ "alarm_panel": {
+ "available_states": "Available States"
+ },
+ "config": {
+ "required": "Required",
+ "optional": "Optional"
+ },
+ "entities": {
+ "show_header_toggle": "Show Header Toggle?"
+ },
+ "gauge": {
+ "severity": {
+ "define": "Define Severity?",
+ "green": "Green",
+ "red": "Red",
+ "yellow": "Yellow"
+ }
+ },
+ "glance": {
+ "columns": "Columns"
+ },
+ "generic": {
+ "aspect_ratio": "Aspect Ratio",
+ "camera_image": "Camera Entity",
+ "camera_view": "Camera View",
+ "entities": "Entities",
+ "entity": "Entity",
+ "hold_action": "Hold Action",
+ "icon": "Icon",
+ "icon_height": "Icon Height",
+ "image": "Image Path",
+ "maximum": "Maximum",
+ "minimum": "Minimum",
+ "name": "Name",
+ "show_icon": "Show Icon?",
+ "show_name": "Show Name?",
+ "show_state": "Show State?",
+ "tap_action": "Tap Action",
+ "title": "Title",
+ "theme": "Theme",
+ "unit": "Unit",
+ "url": "Url"
+ },
+ "map": {
+ "geo_location_sources": "Geolocation Sources",
+ "dark_mode": "Dark Mode?",
+ "default_zoom": "Default Zoom",
+ "source": "Source"
+ },
+ "markdown": {
+ "content": "Content"
+ },
+ "sensor": {
+ "graph_detail": "Graph Detail",
+ "graph_type": "Graph Type",
+ "hours_to_show": "Hours to Show"
+ }
}
},
"warning": {