You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
Note that this gives the agent access to change states in your HA. Consider that LLMs are not deterministic and may call services and/or change statuses that they shouldn't. Use at your own risk.
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.