rename actions in UI editors to interactions (#21505)

This commit is contained in:
Bram Kragten 2024-07-31 11:39:32 +02:00 committed by GitHub
parent e05c66444a
commit e8dd835eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@ export class HuiEntityBadgeEditor
{
name: "",
type: "expandable",
title: localize(`ui.panel.lovelace.editor.badge.entity.actions`),
title: localize(`ui.panel.lovelace.editor.badge.entity.interactions`),
iconPath: mdiGestureTap,
schema: [
{

View File

@ -138,7 +138,7 @@ export class HuiTileCardEditor
{
name: "",
type: "expandable",
title: localize(`ui.panel.lovelace.editor.card.tile.actions`),
title: localize(`ui.panel.lovelace.editor.card.tile.interactions`),
iconPath: mdiGestureTap,
schema: [
{

View File

@ -6035,7 +6035,7 @@
"description": "The tile card gives you a quick overview of your entity. The card allow you to toggle the entity, show the more info dialog or custom actions.",
"color": "Color",
"icon_tap_action": "Icon tap behavior",
"actions": "Actions",
"interactions": "Interactions",
"appearance": "Appearance",
"show_entity_picture": "Show entity picture",
"vertical": "Vertical",
@ -6074,7 +6074,7 @@
"name": "Entity",
"description": "The Entity badge gives you a quick overview of your entity.",
"color": "Color",
"actions": "Actions",
"interactions": "Interactions",
"appearance": "Appearance",
"show_entity_picture": "Show entity picture",
"state_content": "State content",