From 797c8a6643558f20c46ac277fe91f0340b76ab29 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 14 Oct 2023 13:40:58 -0400 Subject: [PATCH] Fix API error in speaker volume call for K's climate flow --- climate/kallen/processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climate/kallen/processing.js b/climate/kallen/processing.js index 548bbab..23ca5bb 100644 --- a/climate/kallen/processing.js +++ b/climate/kallen/processing.js @@ -78,7 +78,7 @@ let sendVolume = { "entity_id": ["media_player.kallen_bedroom_google_speaker"] }, "data": { - "volume": setVolume + "volume_level": setVolume } } }