See drupal.org issue #3586539.
PHP 8.5 deprecates the non-canonical (boolean) cast. Replaces it with (bool) at two locations:
(boolean)
(bool)
src/SensorPlugin/SensorPluginBase.php:113
src/Entity/SensorConfig.php:325