Skip to content

Commit

Permalink
[media_player] add new conditions to all conditions list (#4396)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt authored Oct 28, 2024
1 parent e4101c8 commit 9eee18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automations/all_conditions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 9eee18e

Please sign in to comment.