1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

Add ANNOUNCING state to media_player. (#6691)

This commit is contained in:
Mischa Siekmann
2024-05-14 11:40:08 +02:00
committed by GitHub
parent d5eeab81d6
commit 6f53607e5a
11 changed files with 76 additions and 7 deletions

View File

@@ -1147,6 +1147,9 @@ message MediaPlayerCommandRequest {
bool has_media_url = 6;
string media_url = 7;
bool has_announcement = 8;
bool announcement = 9;
}
// ==================== BLUETOOTH ====================