Add some entity categories to Reolink (#102141)
This commit is contained in:
parent
44a5a2dc06
commit
4ae5757bc1
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ SELECT_ENTITIES = (
|
|||
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)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue