Clean up unused vehicle distance derivatives

This commit is contained in:
2026-05-21 19:56:52 +00:00
parent a32b903c9c
commit 975d8c0b90
14 changed files with 1 additions and 321 deletions
@@ -23,11 +23,6 @@ void RATGDOSwitch::setup()
switch (this->switch_type_) {
case SwitchType::RATGDO_LED:
this->pin_->setup();
#ifdef RATGDO_USE_VEHICLE_SENSORS
this->parent_->subscribe_vehicle_arriving_state([this](VehicleArrivingState state) {
this->write_state(state == VehicleArrivingState::YES);
});
#endif
break;
default:
break;