Skip to content

Commit

Permalink
Add some entity categories to Reolink (home-assistant#102141)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Oct 17, 2023
1 parent 44a5a2d commit 4ae5757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/reolink/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class ReolinkSelectEntityDescription(
key="auto_quick_reply_message",
translation_key="auto_quick_reply_message",
icon="mdi:message-reply-text-outline",
entity_category=EntityCategory.CONFIG,
get_options=lambda api, ch: list(api.quick_reply_dict(ch).values()),
supported=lambda api, ch: api.supported(ch, "quick_reply"),
value=lambda api, ch: api.quick_reply_dict(ch)[api.quick_reply_file(ch)],
Expand Down

0 comments on commit 4ae5757

Please sign in to comment.