From 439a25552ff926b6fa6e1326236403c142109712 Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:23:51 +0100 Subject: [PATCH] Updated manifest and add reload service name --- custom_components/programmable_thermostat/manifest.json | 1 + custom_components/programmable_thermostat/services.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/programmable_thermostat/manifest.json b/custom_components/programmable_thermostat/manifest.json index a5027c2..12fe6cc 100644 --- a/custom_components/programmable_thermostat/manifest.json +++ b/custom_components/programmable_thermostat/manifest.json @@ -10,5 +10,6 @@ "codeowners": [], "requirements": [], "config_flow": true, + "iot_class": "local_polling", "version": "8.3" } diff --git a/custom_components/programmable_thermostat/services.yaml b/custom_components/programmable_thermostat/services.yaml index fedcd26..da3f608 100644 --- a/custom_components/programmable_thermostat/services.yaml +++ b/custom_components/programmable_thermostat/services.yaml @@ -1,2 +1,3 @@ reload: - description: Reload all generic_thermostat entities. + description: Reload all programmable_thermostat entities. + name: reload programmable thermostat