From cb657ff46aba81fcde5de9a8b1c88a5f3aba4096 Mon Sep 17 00:00:00 2001 From: Simon Hu Date: Tue, 6 Aug 2024 11:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E6=BB=A1=E8=B6=B3hassfest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/airtub_udp/manifest.json | 1 + custom_components/airtub_udp/services.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/airtub_udp/manifest.json b/custom_components/airtub_udp/manifest.json index daac06e..b4b97a1 100755 --- a/custom_components/airtub_udp/manifest.json +++ b/custom_components/airtub_udp/manifest.json @@ -1,6 +1,7 @@ { "domain": "airtub_udp", "name": "airtub_udp", + "iot_class": "local_polling", "version": "1.0", "documentation": "https://github.com/zenz/airtub_ha_reader", "dependencies": [], diff --git a/custom_components/airtub_udp/services.yaml b/custom_components/airtub_udp/services.yaml index aec9be1..82b8b41 100755 --- a/custom_components/airtub_udp/services.yaml +++ b/custom_components/airtub_udp/services.yaml @@ -1,2 +1,2 @@ sender: - cmd: {} \ No newline at end of file + cmd: "{}" \ No newline at end of file