feat: HA tab — filter scenes/media_player, nightly full resync cron, remove JS polling

- ha.php skipDomains: added media_player, scene
- ha.php skipKeywords: konnected, energy/power/voltage/current, full camera list
- stats_cache.php: same filter updates, removed scene/media_player from sync
- Removed JS setInterval polling; entity state kept fresh by HA agent push
- Added nightly 3am cron for full HA entity resync
This commit is contained in:
2026-06-22 03:56:47 +00:00
parent 21e0b81a98
commit 2f4b4ef5c3
3 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ if ($method === 'POST' && $action === 'service') {
// Serve entities from ha_entities table (real-time agent push data)
$skipDomains = ['sensor','binary_sensor','button','update','select','number',
'device_tracker','event','image','person','zone','tts','conversation',
'assist_satellite','input_button','media_player'];
'assist_satellite','input_button','media_player','scene'];
$skipKeywords = [
// HACS / system toggles
'pre_release','get_hacs','matter_server','zerotier','mariadb',