Skip to content

Commit c9bd87f

Browse files
authored
Classify identify button as diagnostic in Matter (home-assistant#156943)
1 parent ac46568 commit c9bd87f

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

homeassistant/components/matter/button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def async_press(self) -> None:
5858
platform=Platform.BUTTON,
5959
entity_description=MatterButtonEntityDescription(
6060
key="IdentifyButton",
61-
entity_category=EntityCategory.CONFIG,
61+
entity_category=EntityCategory.DIAGNOSTIC,
6262
device_class=ButtonDeviceClass.IDENTIFY,
6363
command=lambda: clusters.Identify.Commands.Identify(identifyTime=15),
6464
),

0 commit comments

Comments
 (0)