From 86ad5ad1137783c9b935296ddfbac773db8ab74b Mon Sep 17 00:00:00 2001 From: luar123 <49960470+luar123@users.noreply.github.com> Date: Tue, 23 May 2023 11:21:50 +0200 Subject: [PATCH] Change snapcast to local_push (#93113) --- homeassistant/components/snapcast/manifest.json | 2 +- homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/snapcast/manifest.json b/homeassistant/components/snapcast/manifest.json index 13091689fed..f59283bb5f6 100644 --- a/homeassistant/components/snapcast/manifest.json +++ b/homeassistant/components/snapcast/manifest.json @@ -4,7 +4,7 @@ "codeowners": ["@luar123"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/snapcast", - "iot_class": "local_polling", + "iot_class": "local_push", "loggers": ["construct", "snapcast"], "requirements": ["snapcast==2.3.3"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c69ac70e7d6..c9cd79e60dc 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5097,7 +5097,7 @@ "name": "Snapcast", "integration_type": "hub", "config_flow": true, - "iot_class": "local_polling" + "iot_class": "local_push" }, "snips": { "name": "Snips",