From 1f699c729c79fb4f6d4db1faca53a78cfb9a0e90 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 17 Dec 2025 20:33:49 +0100 Subject: [PATCH] Add integration_type service to lastfm (#159294) --- homeassistant/components/lastfm/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/lastfm/manifest.json b/homeassistant/components/lastfm/manifest.json index 4315f4c5389..87a27e54462 100644 --- a/homeassistant/components/lastfm/manifest.json +++ b/homeassistant/components/lastfm/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@joostlek"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/lastfm", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["pylast"], "requirements": ["pylast==5.1.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 610c91c047c..b5206b7113b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3451,7 +3451,7 @@ }, "lastfm": { "name": "Last.fm", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },