Skip to content

Commit

Permalink
Add a translation key to the identify button
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 8, 2024
1 parent befffb5 commit 2745306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zha/application/platforms/button/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def create_platform_entity(

_attr_device_class = ButtonDeviceClass.IDENTIFY
_attr_entity_category = EntityCategory.DIAGNOSTIC
_attr_translation_key = "identify"
_command_name = "identify"
_kwargs = {}
_args = [DEFAULT_DURATION]
Expand Down

0 comments on commit 2745306

Please sign in to comment.