@lucas_zaia/agent-voice 1.1.1 β†’ 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ long task, or stops to wait for your permission, a speaker says so out loud:
14
14
  > πŸ”Š *"Codex precisa de vocΓͺ na sessΓ£o azul, do projeto api, para usar o Bash."*
15
15
 
16
16
  It works on macOS, Windows and Linux. It can speak through an Amazon Echo (via
17
- Home Assistant), your computer's own voice, or any command you choose. It has
17
+ [Home Assistant](https://www.home-assistant.io/)), your computer's own voice, or any command you choose. It has
18
18
  no dependencies and needs only Node.js.
19
19
 
20
20
  ---
@@ -64,7 +64,7 @@ Agents
64
64
  claude-code connected
65
65
  codex not installed
66
66
  Outputs (* = enabled)
67
- * echo alexa notify.echo_dot_announce @ http://localhost:8123
67
+ * echo alexa notify.echo_dot_announce @ http://homeassistant.local:8123
68
68
  Settings
69
69
  minSeconds=30
70
70
  cooldownSeconds=120
@@ -134,12 +134,13 @@ agent-voice output remove <name>
134
134
 
135
135
  You need:
136
136
 
137
- 1. **Home Assistant**, reachable from this machine (e.g. `http://localhost:8123`).
137
+ 1. **[Home Assistant](https://www.home-assistant.io/installation/)**, reachable over the network from the
138
+ machine where your agent runs (by default `http://homeassistant.local:8123`).
138
139
  2. The **[Alexa Media Player](https://github.com/alandtse/alexa_media_player)**
139
140
  integration, which creates `notify.<device>_speak` and
140
141
  `notify.<device>_announce` entities for each Echo.
141
- 3. A **long-lived access token**: Home Assistant β†’ your profile β†’ *Security* β†’
142
- *Long-lived access tokens* β†’ *Create token*.
142
+ 3. A **[long-lived access token](https://www.home-assistant.io/docs/authentication/#your-account-profile)**:
143
+ Home Assistant β†’ your profile β†’ *Security* β†’ *Long-lived access tokens* β†’ *Create token*.
143
144
 
144
145
  ```bash
145
146
  agent-voice output add alexa
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucas_zaia/agent-voice",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Make your coding agent talk to you: a smart speaker says when a long task finishes or when the agent needs you.",
5
5
  "type": "module",
6
6
  "bin": {