Minor codereview fixes.
This commit is contained in:
@@ -339,14 +339,6 @@ class FrigateCard extends LitElement {
|
||||
}
|
||||
}
|
||||
|
||||
// protected _runAutomations(): void {
|
||||
// // this._getConfig().automations?.forEach((automation) => {
|
||||
// // if (this._hass && evaluateCondition(automation.conditions, this._conditionState)) {
|
||||
// // frigateCardHandleAction(this, this._hass, {}, automation.actions);
|
||||
// // }
|
||||
// // });
|
||||
// }
|
||||
|
||||
/**
|
||||
* Get the style of emphasized menu items.
|
||||
* @returns A StyleInfo.
|
||||
|
||||
@@ -404,6 +404,7 @@
|
||||
"reconnecting": "A voltar a ligar",
|
||||
"timeline_no_cameras": "Nenhuma câmera do Frigate para mostrar na linha do tempo",
|
||||
"troubleshooting": "Verifique a solução de problemas",
|
||||
"too_many_automations": "",
|
||||
"unknown": "Erro desconhecido",
|
||||
"upgrade_available": "Uma atualização automatizada da configuração do cartão está disponível, visite o editor visual do cartão",
|
||||
"webrtc_card_reported_error": "O cartão WebRTC relatou um erro",
|
||||
|
||||
Reference in New Issue
Block a user