From 59f9231648a2d0c36500ba9da0518fb45b19580e Mon Sep 17 00:00:00 2001 From: seo Date: Tue, 28 Jul 2026 02:08:33 +0900 Subject: [PATCH] Fix launcher poke count HA profile --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index be42c39..8007dd7 100644 --- a/api.php +++ b/api.php @@ -112,7 +112,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { } if (isset($_GET['pokeCount'])) { - $state = custom_ha_state('main', $config['entities']['poke_count']); + $state = custom_ha_state('mokpo', $config['entities']['poke_count']); $count = $state['state'] ?? null; if ($count === null) {