Skip to content

Commit

Permalink
Add support for DIAGNOSTIC WriteAttributeButton entities (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeverley authored Nov 25, 2024
1 parent 9e9a753 commit 21d8779
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zha/application/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
WriteAttributeButtonMetadata,
EntityType.STANDARD,
): button.WriteAttributeButton,
(
Platform.BUTTON,
WriteAttributeButtonMetadata,
EntityType.DIAGNOSTIC,
): button.WriteAttributeButton,
(Platform.BUTTON, ZCLCommandButtonMetadata, EntityType.CONFIG): button.Button,
(
Platform.BUTTON,
Expand Down

0 comments on commit 21d8779

Please sign in to comment.