Skip to content

Commit 2a26bd3

Browse files
authored
Add blog post on service web API changes (#2758)
1 parent 1d8938e commit 2a26bd3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: Erik Montnemery
3+
authorURL: https://github.com/emontnemery
4+
title: "Service translations removed from WebSocket get_services and REST /api/services"
5+
---
6+
7+
Action translations defined in `strings.json` are no longer included in responses from the WebSocket `get_services` command and the REST `/api/services` endpoint because they were incomplete and the Home Assistant frontend did not use them.
8+
9+
Legacy, untranslated action names and descriptions from `services.yaml` remain in both the WebSocket and REST responses.
10+
11+
Fetch complete action translations with the WebSocket command `frontend/get_translations`.
12+
13+
For details, see [core PR 147120](https://github.com/home-assistant/core/pull/147120).

0 commit comments

Comments
 (0)