From 32fe53cceb7cf0bb86322cd6ee53d1a459006c4c Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Thu, 27 Nov 2025 14:16:05 +0300 Subject: [PATCH] Add anthropic model to the device info (#157413) --- homeassistant/components/anthropic/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/anthropic/entity.py b/homeassistant/components/anthropic/entity.py index cee8c2753e2..2c71c2527ed 100644 --- a/homeassistant/components/anthropic/entity.py +++ b/homeassistant/components/anthropic/entity.py @@ -583,7 +583,7 @@ class AnthropicBaseLLMEntity(Entity): identifiers={(DOMAIN, subentry.subentry_id)}, name=subentry.title, manufacturer="Anthropic", - model="Claude", + model=subentry.data.get(CONF_CHAT_MODEL, DEFAULT[CONF_CHAT_MODEL]), entry_type=dr.DeviceEntryType.SERVICE, )