From 1ebf9ad0e909dac479044a953c6f4962883e6bf2 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:04:02 +0200 Subject: [PATCH] Siren: add state (#34794) --- source/_integrations/siren.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_integrations/siren.markdown b/source/_integrations/siren.markdown index 2ca11f5044d..ee7934067ba 100644 --- a/source/_integrations/siren.markdown +++ b/source/_integrations/siren.markdown @@ -12,15 +12,19 @@ ha_codeowners: ha_integration_type: entity --- -The Siren integration is built for the controlling and monitoring of siren/chime devices. +The **Siren** {% term integration %} is built for the controlling and monitoring of siren/chime devices. {% include integrations/building_block_integration.md %} +## The state of a siren entity + +The state of a siren entity can be either `on` or `off`. + ## Actions ### Siren actions -Available actions: `siren.turn_on`, `siren.turn_off`, `siren.toggle` +Available {% term actions %}: `siren.turn_on`, `siren.turn_off`, `siren.toggle` ### Action `siren.turn_on`