Use device class translations for Fritz (#95362)
This commit is contained in:
parent
68db751ce1
commit
b0834472bc
2 changed files with 0 additions and 4 deletions
|
@ -46,7 +46,6 @@ BUTTONS: Final = [
|
|||
),
|
||||
FritzButtonDescription(
|
||||
key="reboot",
|
||||
translation_key="reboot",
|
||||
device_class=ButtonDeviceClass.RESTART,
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
press_action=lambda avm_wrapper: avm_wrapper.async_trigger_reboot(),
|
||||
|
|
|
@ -61,9 +61,6 @@
|
|||
"button": {
|
||||
"cleanup": { "name": "Cleanup" },
|
||||
"firmware_update": { "name": "Firmware update" },
|
||||
"reboot": {
|
||||
"name": "[%key:component::button::entity_component::restart::name%]"
|
||||
},
|
||||
"reconnect": { "name": "Reconnect" }
|
||||
},
|
||||
"sensor": {
|
||||
|
|
Loading…
Add table
Reference in a new issue