mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
20221102.0 (#14259)
This commit is contained in:
commit
ab4dd47e51
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "home-assistant-frontend"
|
||||
version = "20221031.0"
|
||||
version = "20221102.0"
|
||||
license = {text = "Apache-2.0"}
|
||||
description = "The Home Assistant frontend"
|
||||
readme = "README.md"
|
||||
|
@ -315,7 +315,7 @@ export class MoreInfoDialog extends LitElement {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
:host([tab="info"][large]) {
|
||||
:host([tab="info"][large]) ha-dialog {
|
||||
--mdc-dialog-min-width: 90vw;
|
||||
--mdc-dialog-max-width: 90vw;
|
||||
}
|
||||
|
@ -747,10 +747,10 @@ class HUIRoot extends LitElement {
|
||||
|
||||
if (curViewConfig?.back_path) {
|
||||
navigate(curViewConfig.back_path);
|
||||
} else if (history.length > 0) {
|
||||
} else if (history.length > 1) {
|
||||
history.back();
|
||||
} else {
|
||||
navigate(views[0].path!);
|
||||
navigate(this.route!.prefix);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@ class HaDialogShowAudioMessage extends LocalizeMixin(PolymerElement) {
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
.icon {
|
||||
text-align: right;
|
||||
text-align: var(--float-end);
|
||||
}
|
||||
</style>
|
||||
<ha-dialog
|
||||
|
@ -1510,17 +1510,17 @@
|
||||
"add_water_source": "Add water source",
|
||||
"dialog": {
|
||||
"header": "Configure water consumption",
|
||||
"paragraph": "Water consumption is the volume of water that flows to your home.",
|
||||
"energy_stat": "Consumed water (m³/ft³)",
|
||||
"paragraph": "Gas consumption is the volume of water that flows to your home.",
|
||||
"energy_stat": "Consumed water (m³ or gl)",
|
||||
"cost_para": "Select how Home Assistant should keep track of the costs of the consumed water.",
|
||||
"no_cost": "Do not track costs",
|
||||
"cost_stat": "Use an entity tracking the total costs",
|
||||
"cost_stat_input": "Total Costs Entity",
|
||||
"cost_entity": "Use an entity with current price",
|
||||
"cost_entity_input": "Entity with the current price per m³",
|
||||
"cost_entity_input": "Entity with the current price per m³ or gl",
|
||||
"cost_number": "Use a static price",
|
||||
"cost_number_input": "Price per m³",
|
||||
"water_usage": "Water usage (m³/ft³)"
|
||||
"cost_number_input": "Price per m³ or gl",
|
||||
"water_usage": "Water usage (m³ or gl)"
|
||||
}
|
||||
},
|
||||
"device_consumption": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user