diff --git a/homeassistant/components/braviatv/button.py b/homeassistant/components/braviatv/button.py index b382d97a2aeed..1f6c9961c5176 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 30ad296554cd5..8f8e728cb9d04 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" }