forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix line endings [skipci] (home-assistant#12333)
- Loading branch information
Showing
7 changed files
with
1,411 additions
and
1,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
*.jpg binary | ||
*.png binary | ||
*.zip binary | ||
*.mp3 binary |
142 changes: 71 additions & 71 deletions
142
homeassistant/components/alarm_control_panel/services.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,71 @@ | ||
# Describes the format for available alarm control panel services | ||
|
||
alarm_disarm: | ||
description: Send the alarm the command for disarm. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to disarm. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to disarm the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_arm_home: | ||
description: Send the alarm the command for arm home. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to arm home. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to arm home the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_arm_away: | ||
description: Send the alarm the command for arm away. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to arm away. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to arm away the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_arm_night: | ||
description: Send the alarm the command for arm night. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to arm night. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to arm night the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_trigger: | ||
description: Send the alarm the command for trigger. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to trigger. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to trigger the alarm control panel with. | ||
example: 1234 | ||
|
||
envisalink_alarm_keypress: | ||
description: Send custom keypresses to the alarm. | ||
fields: | ||
entity_id: | ||
description: Name of the alarm control panel to trigger. | ||
example: 'alarm_control_panel.downstairs' | ||
keypress: | ||
description: 'String to send to the alarm panel (1-6 characters).' | ||
example: '*71' | ||
|
||
alarmdecoder_alarm_toggle_chime: | ||
description: Send the alarm the toggle chime command. | ||
fields: | ||
entity_id: | ||
description: Name of the alarm control panel to trigger. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: A required code to toggle the alarm control panel chime with. | ||
example: 1234 | ||
# Describes the format for available alarm control panel services | ||
|
||
alarm_disarm: | ||
description: Send the alarm the command for disarm. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to disarm. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to disarm the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_arm_home: | ||
description: Send the alarm the command for arm home. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to arm home. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to arm home the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_arm_away: | ||
description: Send the alarm the command for arm away. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to arm away. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to arm away the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_arm_night: | ||
description: Send the alarm the command for arm night. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to arm night. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to arm night the alarm control panel with. | ||
example: 1234 | ||
|
||
alarm_trigger: | ||
description: Send the alarm the command for trigger. | ||
fields: | ||
entity_id: | ||
description: Name of alarm control panel to trigger. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: An optional code to trigger the alarm control panel with. | ||
example: 1234 | ||
|
||
envisalink_alarm_keypress: | ||
description: Send custom keypresses to the alarm. | ||
fields: | ||
entity_id: | ||
description: Name of the alarm control panel to trigger. | ||
example: 'alarm_control_panel.downstairs' | ||
keypress: | ||
description: 'String to send to the alarm panel (1-6 characters).' | ||
example: '*71' | ||
|
||
alarmdecoder_alarm_toggle_chime: | ||
description: Send the alarm the toggle chime command. | ||
fields: | ||
entity_id: | ||
description: Name of the alarm control panel to trigger. | ||
example: 'alarm_control_panel.downstairs' | ||
code: | ||
description: A required code to toggle the alarm control panel chime with. | ||
example: 1234 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
# Describes the format for available cover services | ||
|
||
open_cover: | ||
description: Open all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to open. | ||
example: 'cover.living_room' | ||
|
||
close_cover: | ||
description: Close all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to close. | ||
example: 'cover.living_room' | ||
|
||
set_cover_position: | ||
description: Move to specific position all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to set cover position. | ||
example: 'cover.living_room' | ||
position: | ||
description: Position of the cover (0 to 100). | ||
example: 30 | ||
|
||
stop_cover: | ||
description: Stop all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to stop. | ||
example: 'cover.living_room' | ||
|
||
open_cover_tilt: | ||
description: Open all or specified cover tilt. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) tilt to open. | ||
example: 'cover.living_room' | ||
|
||
close_cover_tilt: | ||
description: Close all or specified cover tilt. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to close tilt. | ||
example: 'cover.living_room' | ||
|
||
set_cover_tilt_position: | ||
description: Move to specific position all or specified cover tilt. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to set cover tilt position. | ||
example: 'cover.living_room' | ||
tilt_position: | ||
description: Tilt position of the cover (0 to 100). | ||
example: 30 | ||
|
||
stop_cover_tilt: | ||
description: Stop all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to stop. | ||
example: 'cover.living_room' | ||
# Describes the format for available cover services | ||
|
||
open_cover: | ||
description: Open all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to open. | ||
example: 'cover.living_room' | ||
|
||
close_cover: | ||
description: Close all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to close. | ||
example: 'cover.living_room' | ||
|
||
set_cover_position: | ||
description: Move to specific position all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to set cover position. | ||
example: 'cover.living_room' | ||
position: | ||
description: Position of the cover (0 to 100). | ||
example: 30 | ||
|
||
stop_cover: | ||
description: Stop all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to stop. | ||
example: 'cover.living_room' | ||
|
||
open_cover_tilt: | ||
description: Open all or specified cover tilt. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) tilt to open. | ||
example: 'cover.living_room' | ||
|
||
close_cover_tilt: | ||
description: Close all or specified cover tilt. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to close tilt. | ||
example: 'cover.living_room' | ||
|
||
set_cover_tilt_position: | ||
description: Move to specific position all or specified cover tilt. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to set cover tilt position. | ||
example: 'cover.living_room' | ||
tilt_position: | ||
description: Tilt position of the cover (0 to 100). | ||
example: 30 | ||
|
||
stop_cover_tilt: | ||
description: Stop all or specified cover. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to stop. | ||
example: 'cover.living_room' |
Oops, something went wrong.