-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Update and align actions for number and input_number #40129
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
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
||
| Action | Data | Description | | ||
| ----------- | ----------------------------------------- | ----------------------------------------------------------- | | ||
| `decrement` | `entity_id(s)`<br>`area_id(s)` | Decrement the value of specific `number` entities by `step` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where do you see these for number in the core?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are correct, these actions are from spook and I totally forgot. Closing this PR now.
| ----------- | ----------------------------------------- | ----------------------------------------------------------------- | | ||
| `decrement` | `entity_id(s)`<br>`area_id(s)` | Decrement the value of specific `input_number` entities by `step` | | ||
| `increment` | `entity_id(s)`<br>`area_id(s)` | Increment the value of specific `input_number` entities by `step` | | ||
| `max` | `entity_id(s)`<br>`area_id(s)` | Set an `input_number` entity to its minimum value | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where do you see these in the code?
Proposed change
The documentation does not fully cover the implemented actions for
number
andinput_number
. This PR adds the missing actions and ensures actions fornumber
andinput_number
are aligned.Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.