add device arguments for group commands#2732
Conversation
|
@aequitas, thanks for your PR! By analyzing the history of the files in this pull request, we identified @genestealer, @martinfrancois and @fabaff to be potential reviewers. |
Landrash
left a comment
There was a problem hiding this comment.
Misspelled word aliasses
aliasses -> aliases
Needs to be changed in code and documentation if configuration variables contain the same error.
| - **fire_event** (*Optional*): Fire an `button_pressed` event if this device is turned on or off (default: False). | ||
| - **signal_repetitions** (*Optional*): Repeat every RFLink command this number of times (default: 1) | ||
| - **group** (*Optional*): Allow switch to respond to group commands (ALLON/ALLOFF). (default: yes) | ||
| - **group_aliasses** (*Optional*): `aliasses` which only respond to group commands. |
There was a problem hiding this comment.
Misspelled word aliasses
aliasses -> aliases
| - **signal_repetitions** (*Optional*): Repeat every RFLink command this number of times (default: 1) | ||
| - **group** (*Optional*): Allow switch to respond to group commands (ALLON/ALLOFF). (default: yes) | ||
| - **group_aliasses** (*Optional*): `aliasses` which only respond to group commands. | ||
| - **no_group_aliasses** (*Optional*): `aliasses` which do not respond to group commands. |
There was a problem hiding this comment.
Misspelled word aliasses
aliasses -> aliases
| - **signal_repetitions** (*Optional*): Set default `signal_repetitions` for RFLink switch devices (see below). | ||
|
|
||
| - **group** (*Optional*): Allow light to respond to group commands (ALLON/ALLOFF). (default: yes) | ||
| - **group_aliasses** (*Optional*): `aliasses` which only respond to group commands. |
There was a problem hiding this comment.
Misspelled word aliasses
aliasses -> aliases
|
|
||
| - **group** (*Optional*): Allow light to respond to group commands (ALLON/ALLOFF). (default: yes) | ||
| - **group_aliasses** (*Optional*): `aliasses` which only respond to group commands. | ||
| - **no_group_aliasses** (*Optional*): `aliasses` which do not respond to group commands. |
There was a problem hiding this comment.
Misspelled word aliasses
aliasses -> aliases
|
Corrected spelling, will update sources as well and deprecate incorrect spelled parameters. |
Landrash
left a comment
There was a problem hiding this comment.
Looks good and can be merged after parent PR is merged.
Description:
Title says it all, closes: #2707
Pull request in home-assistant (if applicable): home-assistant/core#7577