Skip to content

Commit 32fe53c

Browse files
authored
Add anthropic model to the device info (home-assistant#157413)
1 parent 3a65d3c commit 32fe53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/anthropic/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def __init__(self, entry: AnthropicConfigEntry, subentry: ConfigSubentry) -> Non
583583
identifiers={(DOMAIN, subentry.subentry_id)},
584584
name=subentry.title,
585585
manufacturer="Anthropic",
586-
model="Claude",
586+
model=subentry.data.get(CONF_CHAT_MODEL, DEFAULT[CONF_CHAT_MODEL]),
587587
entry_type=dr.DeviceEntryType.SERVICE,
588588
)
589589

0 commit comments

Comments
 (0)