From c34194d8e0c78404bb6743db3cfa796d15b0d53d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 16 Jul 2023 22:34:40 +0200 Subject: [PATCH] Use device class naming for BraviaTV (#96564) --- homeassistant/components/braviatv/button.py | 1 - homeassistant/components/braviatv/strings.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/homeassistant/components/braviatv/button.py b/homeassistant/components/braviatv/button.py index b382d97a2ae..1f6c9961c51 100644 --- a/homeassistant/components/braviatv/button.py +++ b/homeassistant/components/braviatv/button.py @@ -36,7 +36,6 @@ class BraviaTVButtonDescription( BUTTONS: tuple[BraviaTVButtonDescription, ...] = ( BraviaTVButtonDescription( key="reboot", - translation_key="restart", device_class=ButtonDeviceClass.RESTART, entity_category=EntityCategory.CONFIG, press_action=lambda coordinator: coordinator.async_reboot_device(), diff --git a/homeassistant/components/braviatv/strings.json b/homeassistant/components/braviatv/strings.json index 30ad296554c..8f8e728cb9d 100644 --- a/homeassistant/components/braviatv/strings.json +++ b/homeassistant/components/braviatv/strings.json @@ -47,9 +47,6 @@ }, "entity": { "button": { - "restart": { - "name": "[%key:component::button::entity_component::restart::name%]" - }, "terminate_apps": { "name": "Terminate apps" }