mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Prettier
This commit is contained in:
parent
fe8a1152c4
commit
b29563a254
@ -291,10 +291,7 @@ export class HaConfigDevicePage extends LitElement {
|
|||||||
? this.hass.localize(
|
? this.hass.localize(
|
||||||
`ui.panel.config.devices.delete_device_integration`,
|
`ui.panel.config.devices.delete_device_integration`,
|
||||||
{
|
{
|
||||||
integration: domainToName(
|
integration: domainToName(this.hass.localize, entry.domain),
|
||||||
this.hass.localize,
|
|
||||||
entry.domain
|
|
||||||
),
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
: this.hass.localize(`ui.panel.config.devices.delete_device`)}
|
: this.hass.localize(`ui.panel.config.devices.delete_device`)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user