Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add select volume for yale_smart_alarm #34963

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/_integrations/yale_smart_alarm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ha_category:
- Binary sensor
- Button
- Lock
- Select
- Sensor
- Switch
ha_release: 0.78
Expand All @@ -20,6 +21,7 @@ ha_platforms:
- button
- diagnostics
- lock
- select
- sensor
- switch
ha_integration_type: integration
Expand All @@ -33,6 +35,7 @@ There is currently support for the following device types within Home Assistant:
- Binary sensor
- Button
- Lock
- Select
- Sensor
- Switch

Expand All @@ -56,6 +59,10 @@ Provides support for pressing the panic button to trigger the alarm. Be careful

The lock platform requires a code for unlocking but no code for locking.

## Select

Provides support for setting the volume on locks, available options are "High", "Low" and "Off". The entity is only available for supported door locks.

## Sensor

Provides support for smoke detector temperature sensors.
Expand Down