From e06af94a1a4ac2a5bfa91be7d2faaa44d6b23a99 Mon Sep 17 00:00:00 2001
From: Norbert Rittel <norbert@rittel.de>
Date: Thu, 6 Mar 2025 12:22:36 +0100
Subject: [PATCH] Improve description of `tibber.get_prices` action (#139863)

Replace with the description from the online docs which add the information that a price level is included.

This also makes it consistent with the standard descriptive style in Home Assistant.
---
 homeassistant/components/tibber/strings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homeassistant/components/tibber/strings.json b/homeassistant/components/tibber/strings.json
index 05b98b97995..ec2c005d4e3 100644
--- a/homeassistant/components/tibber/strings.json
+++ b/homeassistant/components/tibber/strings.json
@@ -87,7 +87,7 @@
   "services": {
     "get_prices": {
       "name": "Get energy prices",
-      "description": "Get hourly energy prices from Tibber",
+      "description": "Fetches hourly energy prices including price level.",
       "fields": {
         "start": {
           "name": "Start",
-- 
GitLab