-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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 scan interval to Command Line #93752
Add scan interval to Command Line #93752
Conversation
dac53b2
to
7601c54
Compare
* Add scan interval * Handle previous not complete * Fix faulty text * Add tests * lingering * Cool down * Fix tests
I thought there was a move away from any sensor having a configurable scan interval. I understood the directive to be:
I mean, I don't really care. I just remember massive debates when the team started to remove this, so it's strange to see a change where it's added again for an integration. |
It's not UI based |
@parautenbach you are correct for UI-based integrations. Command-line is not UI-based as it allows arbitrary command execution. |
Proposed change
Add scan interval option to Command Line (lost when moving to integration key YAML)
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: