Skip to content

Release 1.0.6

Latest

Choose a tag to compare

@SalvatoreITA SalvatoreITA released this 06 Mar 22:38
d6cf9fb

🚀 Novità della versione 1.0.6

Fix Home Assistant 2026.03

🐛 Bug Fixes

  • Fix Warning Parametro target (Deprecazione HA): Risolto il nuovo avviso giallo nei log di Home Assistant ("Il parametro target sta per essere dismesso...").
    • Tutte le chiamate interne verso il servizio telegram_bot sono state aggiornate per utilizzare il nuovo parametro standard chat_id al posto del vecchio target.
    • Aggiunto "target" alla lista di pulizia (excluded_keys) per intercettarlo e scartarlo automaticamente se dovesse arrivare da vecchie automazioni esterne.
    • Risultato: Log di nuovo puliti e nessuna necessità di aggiornare o modificare i tuoi script o automazioni YAML esistenti.

🚀 What's new in v1.0.6

Fix Home Assistant 2026.03

🐛 Bug Fixes

  • Fix target Parameter Warning (HA Deprecation): Resolved the new yellow deprecation warning in Home Assistant logs ("The target parameter is being deprecated...").
    • All internal calls to the telegram_bot service have been updated to use the new standard chat_id parameter instead of the legacy target.
    • Added "target" to the cleanup list (excluded_keys) to automatically intercept and discard it if it's passed by older external automations.
    • Result: Clean logs once again, and absolutely no need to update or modify your existing YAML scripts or automations.