Skip to content

Latest commit

 

History

History
146 lines (109 loc) · 4.17 KB

File metadata and controls

146 lines (109 loc) · 4.17 KB

Changelog

All remarkable changes for this project will be documented here.

The format is based on Keep a Changelog and this project adheres to SemVer.


[1.8.2] - 2026-03-13

warning

  • StackSpot freemium accounts will be discontinued on April 6th, 2026

[1.8.1] - 2026-02-16

fix

  • Fix action hassfest [TRANSLATIONS] Invalid translations/en.json: the string should not contain URLs, please use description placeholders instead for dictionary value @ data['config_subentries']['knowledge_source']['step']['reconfigure']['description']
    • Removing URLs from the [lang].json file

[1.8.0] - 2026-01-20

fix

  • Fix issue 24
    • Problem reading the scripts file
    • Improved file readability, using aiofiles async method

[1.7.0] - 2025-12-09

Added

  • News variables for prompts:
    • tools list of tools
    • tools_prompt Prompt injected when using Allow control in the agent.
    • services list of services
    • scripts list of scripts
    • all_variables dict containing the VALUE of all variables available through the integration

[1.6.0] - 2025-12-01

Fix

  • Fix for compatibility with version 2025.11.

[1.5.0] - 2025-10-22

Fix

  • There was a change in the StackSpot API response that caused the token count to break
    • NOTE: I was contacted and informed that the fields are under review and that after that the documentation will be updated.

[1.4.0] - 2025-09-17

This version includes everything that was released in the beta versions below without any changes.

Versions

  • 1.4.0-beta.2
  • 1.4.0-beta.1

[1.4.0-beta.2] - 2025-09-08

Added

  • Created new Tool get_todo_items
  • New parameter in agent configuration to indicate if it can control the ha:
    • It basically indicates whether the agent has access or not to the Tools
    • By default this option is false
  • New LLM Model parameter:
    • Informational only
    • Appears on the device
    • No effect on the agent

Improvements

  • New naming strategy for sub-entries
  • Improved device information

[1.4.0-beta.1] - 2025-09-03

Added

  • Powers to change status and call for services
    • Now your agent can get entities status or call services, this is now possible using the tools.
    • Two tools are being made available, get_entity_state and call_service; The agent can decide when and which one calls.

Changed

  • Now the variable exposed_entities is created at the HA start and updated every 5 minutes.

[1.3.0] - 2025-08-31

Added


[1.2.2] - 2025-08-25

Fix

  • Injects username into prompt, only when context has this information

[1.2.1] - 2025-08-14

Fix

  • Token validation correction when expired

[1.2.0] - 2025-08-12

Added


[1.1.0] - 2025-08-01

Added

  • Now you can define a personalized prompt for the agent.

[1.0.0] - 2025-07-27

Added

  • Support to multiple entry, referenced as Account.
  • Support to multiple agents.
  • Each agent now has:
  • The entry also receives a global tokens count sensor on their own.
  • The agent now has a parameter to control the message number to keep in the section history.
    • This can be configured either in creation or editing.
  • When configuring a Assistant now accepts all the languages supported by ha.
  • Translation files for en and pt-br

[0.0.1] - 2025-07-09

Added

  • First working version of the integration, implementing basic support for communication with the StackSpot AI agent.