Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions blog/2025-08-20-service-web-api-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
author: Erik Montnemery
authorURL: https://github.com/emontnemery
title: "Service translations removed from WebSocket get_services and REST /api/services"
---

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.

Legacy, untranslated action names and descriptions from `services.yaml` remain in both the WebSocket and REST responses.

Fetch complete action translations with the WebSocket command `frontend/get_translations`.

For details, see [core PR 147120](https://github.com/home-assistant/core/pull/147120).