-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Remove Smart Sensors #25507
Remove Smart Sensors #25507
Conversation
bcb4e7a
to
3f48a5a
Compare
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.
Another -1700 lines of code :)
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.
There are some more refrences in docs:
sensors.rst
:
Smart Sensors take a bit more setup; for more information on them, see :doc:`smart-sensors`. |
deferring.rst
:
Smart Sensors |
It was deprecated in 2.3 and since it is experimental we can now remove it -- Deferrable operators is a much more efficient pattern to achieve the same feature.
566d0ed
to
bc9c9d7
Compare
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.
LGTM
It was deprecated in 2.3 and since it is experimental we can now remove
it -- Deferrable operators is a much more efficient pattern to achieve
the same feature.