From 9eee18eb6df90b495664bdb2b84e6f70d5169c7c Mon Sep 17 00:00:00 2001 From: Kevin Ahrendt Date: Mon, 28 Oct 2024 16:10:56 -0400 Subject: [PATCH] [media_player] add new conditions to all conditions list (#4396) --- automations/all_conditions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automations/all_conditions.rst b/automations/all_conditions.rst index 2b55ebdd6..cf945e57f 100644 --- a/automations/all_conditions.rst +++ b/automations/all_conditions.rst @@ -8,7 +8,7 @@ - **fan:** ``is_off``, ``is_on`` - **light:** ``is_off``, ``is_on`` - **lock:** ``is_locked``, ``is_unlocked`` -- **media_player:** ``is_idle``, ``is_playing`` +- **media_player:** ``is_announcing``, ``is_idle``, ``is_paused``, ``is_playing`` - **micro_wake_word:** ``is_running`` - **microphone:** ``is_capturing`` - **mqtt:** ``connected``