You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the list of helpers the input_button helper type is named "Button" which is incorrect as in all other areas this is referred to as an "Input button".
For example when adding the 'Input button: Press' action to a script you end up with the dialog offering you to create a 'Button' helper:
Describe the issue you are experiencing
In the list of helpers the input_button helper type is named "Button" which is incorrect as in all other areas this is referred to as an "Input button".
For example when adding the 'Input button: Press' action to a script you end up with the dialog offering you to create a 'Button' helper:
Describe the behavior you expected
Therefore this
frontend/src/translations/en.json
Line 2397 in b8a13dd
needs to be changed to "Input button" for consistency for example with the dev tools:
frontend/src/translations/en.json
Line 7296 in b8a13dd
Note that there is also a separate action defined by the Core integration for actual physical buttons, so that distinction makes quite some sense:
What version of Home Assistant Core has the issue?
core-2024.11.1
The text was updated successfully, but these errors were encountered: