Fix API error in speaker volume call for K's climate flow

This commit is contained in:
2023-10-14 13:40:58 -04:00
parent 974094ac4d
commit 797c8a6643

View File

@ -78,7 +78,7 @@ let sendVolume = {
"entity_id": ["media_player.kallen_bedroom_google_speaker"]
},
"data": {
"volume": setVolume
"volume_level": setVolume
}
}
}