Fix launcher poke count HA profile

This commit is contained in:
seo
2026-07-28 02:08:33 +09:00
parent d29c03a9f4
commit 59f9231648
+1 -1
View File
@@ -112,7 +112,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
} }
if (isset($_GET['pokeCount'])) { 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; $count = $state['state'] ?? null;
if ($count === null) { if ($count === null) {